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.
1 parent 564f9b3 commit f12bf51Copy full SHA for f12bf51
mill-build/src/millbuild/Deps.scala
@@ -84,7 +84,7 @@ object Deps {
84
val asmTree = mvn"org.ow2.asm:asm-tree:9.8"
85
val bloopConfig = mvn"ch.epfl.scala::bloop-config:1.5.5".withDottyCompat(scalaVersion)
86
87
- val classgraph = mvn"io.github.classgraph:classgraph:4.8.180"
+ val classgraph = mvn"io.github.classgraph:classgraph:4.8.181"
88
val coursierVersion = "2.1.25-M18"
89
val coursier = mvn"io.get-coursier::coursier:$coursierVersion".withDottyCompat(scalaVersion)
90
val coursierArchiveCache =
0 commit comments