Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Update classgraph to 4.8.52
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 29, 2019
1 parent bb483d6 commit ce0ed36
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 @@ -51,7 +51,7 @@ libraryDependencies ++= Seq(

// CATs
"net.jcazevedo" %% "moultingyaml" % "0.4.1" % Test,
"io.github.classgraph" % "classgraph" % "4.0.7" % Test
"io.github.classgraph" % "classgraph" % "4.8.52" % Test
)

// Publishing
Expand Down

0 comments on commit ce0ed36

Please sign in to comment.