We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7c5fbd + 2a0ea08 commit da16e5fCopy full SHA for da16e5f
build.sbt
@@ -214,7 +214,7 @@ lazy val core = project
214
"eu.timepit" %% "refined" % "0.11.0" % Test,
215
// CATs
216
("net.jcazevedo" %% "moultingyaml" % "0.4.2" % Test).cross(CrossVersion.for3Use2_13),
217
- "io.github.classgraph" % "classgraph" % "4.8.164" % Test
+ "io.github.classgraph" % "classgraph" % "4.8.165" % Test
218
) ++ (if (isScala3.value) Seq.empty
219
else Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)), // Macros
220
0 commit comments