Skip to content

Commit

Permalink
Merge pull request #292 from innFactory/update/classgraph-4.8.173
Browse files Browse the repository at this point in the history
chore: update classgraph from 4.8.172 to 4.8.173
  • Loading branch information
mergify[bot] authored Jun 5, 2024
2 parents d3103e5 + 6a96c04 commit 6a88ada
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 @@ -15,7 +15,7 @@ object Dependencies {
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.9"
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.9"

val classgraph = "io.github.classgraph" % "classgraph" % "4.8.172"
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.173"
val smithyVersion = "1.48.0"
val testTraits =
"software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion
Expand Down

0 comments on commit 6a88ada

Please sign in to comment.