Skip to content

Commit

Permalink
Merge pull request #84 from innFactory/update/classgraph-4.8.152
Browse files Browse the repository at this point in the history
chore: update classgraph from 4.8.151 to 4.8.152
  • Loading branch information
mergify[bot] authored Dec 11, 2022
2 parents 547cebe + 00222fb commit 88760ef
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 @@ -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.151"
val classgraph = "io.github.classgraph" % "classgraph" % "4.8.152"
val smithyVersion = "1.26.3"

val testTraits =
Expand Down

0 comments on commit 88760ef

Please sign in to comment.