Skip to content

Commit da16e5f

Browse files
authored
Merge pull request #1076 from scala-steward/update/classgraph-4.8.165
Update classgraph to 4.8.165
2 parents d7c5fbd + 2a0ea08 commit da16e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ lazy val core = project
214214
"eu.timepit" %% "refined" % "0.11.0" % Test,
215215
// CATs
216216
("net.jcazevedo" %% "moultingyaml" % "0.4.2" % Test).cross(CrossVersion.for3Use2_13),
217-
"io.github.classgraph" % "classgraph" % "4.8.164" % Test
217+
"io.github.classgraph" % "classgraph" % "4.8.165" % Test
218218
) ++ (if (isScala3.value) Seq.empty
219219
else Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)), // Macros
220220

0 commit comments

Comments
 (0)