We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 229503c + 300b2de commit 871fd68Copy full SHA for 871fd68
project/Dependencies.scala
@@ -15,7 +15,7 @@ object Dependencies {
15
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.9"
16
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.9"
17
18
- val classgraph = "io.github.classgraph" % "classgraph" % "4.8.173"
+ val classgraph = "io.github.classgraph" % "classgraph" % "4.8.174"
19
val smithyVersion = "1.49.0"
20
val testTraits =
21
"software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion
0 commit comments