Skip to content

Commit

Permalink
Merge pull request #1076 from scala-steward/update/classgraph-4.8.165
Browse files Browse the repository at this point in the history
Update classgraph to 4.8.165
  • Loading branch information
sh0hei committed Nov 25, 2023
2 parents d7c5fbd + 2a0ea08 commit da16e5f
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.0" % Test,
// CATs
("net.jcazevedo" %% "moultingyaml" % "0.4.2" % Test).cross(CrossVersion.for3Use2_13),
"io.github.classgraph" % "classgraph" % "4.8.164" % Test
"io.github.classgraph" % "classgraph" % "4.8.165" % Test
) ++ (if (isScala3.value) Seq.empty
else Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)), // Macros

Expand Down

0 comments on commit da16e5f

Please sign in to comment.