Skip to content

Commit

Permalink
Merge pull request #1103 from scala-steward/update/classgraph-4.8.172
Browse files Browse the repository at this point in the history
Update classgraph to 4.8.172
  • Loading branch information
sh0hei authored May 6, 2024
2 parents 99af795 + 5a3412a commit aeefc9d
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 @@ -214,7 +214,7 @@ lazy val core = project
"eu.timepit" %% "refined" % "0.11.1" % Test,
// CATs
("net.jcazevedo" %% "moultingyaml" % "0.4.2" % Test).cross(CrossVersion.for3Use2_13),
"io.github.classgraph" % "classgraph" % "4.8.170" % Test
"io.github.classgraph" % "classgraph" % "4.8.172" % Test
) ++ (if (isScala3.value) Seq.empty
else Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)), // Macros

Expand Down

0 comments on commit aeefc9d

Please sign in to comment.