Skip to content

Commit

Permalink
Update classgraph to 4.8.157
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 10, 2023
1 parent 41c86b6 commit 3cb60e3
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 @@ -159,7 +159,7 @@ lazy val core = project
"eu.timepit" %% "refined" % "0.10.2" % Test,
// CATs
("net.jcazevedo" %% "moultingyaml" % "0.4.2" % Test).cross(CrossVersion.for3Use2_13),
"io.github.classgraph" % "classgraph" % "4.8.156" % Test
"io.github.classgraph" % "classgraph" % "4.8.157" % Test
) ++ (if (isScala3.value) Seq.empty
else Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)), // Macros

Expand Down

0 comments on commit 3cb60e3

Please sign in to comment.