Skip to content

Commit

Permalink
bump classgraph (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson authored Jun 14, 2021
1 parent 85aa01f commit 18c461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ lazy val core = project
"ch.qos.logback" % "logback-classic" % V.logback,
"com.beachape" %% "enumeratum" % V.enumeratum,
"com.beachape" %% "enumeratum-circe" % "1.5.23",
"io.github.classgraph" % "classgraph" % "4.8.78",
"io.github.classgraph" % "classgraph" % "4.8.105",
"org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0",
"dev.zio" %% "izumi-reflect" % V.izumiReflect,
// Test
Expand Down

0 comments on commit 18c461f

Please sign in to comment.