From 93b787186f6f01e00206ecf3a37df29017a181d1 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Wed, 13 Nov 2024 00:22:55 +0000 Subject: [PATCH] chore: update classgraph from 4.8.177 to 4.8.179 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 264cb0d..6197ea5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.14" val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.14" - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.177" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.179" val smithyVersion = "1.52.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion