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 2830c4e commit ce856c2Copy full SHA for ce856c2
build.sbt
@@ -168,8 +168,8 @@ lazy val interface = project
168
Settings.shared,
169
Settings.mima(),
170
libraryDependencies ++= Seq(
171
- "io.get-coursier" %% "coursier" % "2.1.0-M6-49-gff26f8e39",
172
- "io.get-coursier" %% "coursier-jvm" % "2.1.0-M6-49-gff26f8e39",
+ "io.get-coursier" %% "coursier" % "2.1.0-M6-53-gb4f448130",
+ "io.get-coursier" %% "coursier-jvm" % "2.1.0-M6-53-gb4f448130",
173
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3"
174
),
175
0 commit comments