Skip to content

Commit

Permalink
Merge pull request #134 from innFactory/update/classgraph-4.8.158
Browse files Browse the repository at this point in the history
chore: update classgraph from 4.8.157 to 4.8.158
  • Loading branch information
mergify[bot] authored May 9, 2023
2 parents 6cb8d9f + c1d8898 commit 19399b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.1.20"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.1.20"

val classgraph = "io.github.classgraph" % "classgraph" % "4.8.157"
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.158"
val smithyVersion = "1.31.0"
val testTraits =
"software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion
Expand Down

0 comments on commit 19399b7

Please sign in to comment.