We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9154d6 commit 1331000Copy full SHA for 1331000
build.mill
@@ -127,7 +127,7 @@ object Deps {
127
val asmTree = ivy"org.ow2.asm:asm-tree:9.7.1"
128
val bloopConfig = ivy"ch.epfl.scala::bloop-config:1.5.5".withDottyCompat(scalaVersion)
129
130
- val coursierVersion = "2.1.25-M3"
+ val coursierVersion = "2.1.25-M4"
131
val coursier = ivy"io.get-coursier::coursier:$coursierVersion".withDottyCompat(scalaVersion)
132
val coursierInterface = ivy"io.get-coursier:interface:1.0.29-M1"
133
val coursierJvm =
0 commit comments