We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201c5c0 commit 146d563Copy full SHA for 146d563
1 file changed
build.sbt
@@ -196,8 +196,8 @@ lazy val interface = project
196
Settings.shared,
197
Settings.mima(),
198
libraryDependencies ++= Seq(
199
- "io.get-coursier" %% "coursier" % "2.1.24",
200
- "io.get-coursier" %% "coursier-jvm" % "2.1.24",
+ "io.get-coursier" %% "coursier" % "2.1.25-M1",
+ "io.get-coursier" %% "coursier-jvm" % "2.1.25-M1",
201
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
202
"org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
203
),
0 commit comments