diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0595cab3..282eba26 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion val smithyJson = "com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.153" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.154" val smithyVersion = "1.27.0" val testTraits =