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 8b5a27b commit b8d5324Copy full SHA for b8d5324
build.sbt
@@ -187,8 +187,8 @@ lazy val interface = project
187
Settings.shared,
188
Settings.mima(),
189
libraryDependencies ++= Seq(
190
- "io.get-coursier" %% "coursier" % "2.1.4",
191
- "io.get-coursier" %% "coursier-jvm" % "2.1.4",
+ "io.get-coursier" %% "coursier" % "2.1.7",
+ "io.get-coursier" %% "coursier-jvm" % "2.1.7",
192
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
193
"org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
194
),
0 commit comments