diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e964946b..0114f1e2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,7 +14,7 @@ object Dependencies { val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.2.8" val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.2.8" - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.163" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.164" val smithyVersion = "1.41.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion