We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d78a31b + 38104e2 commit bc3c2c6Copy full SHA for bc3c2c6
build.sbt
@@ -193,8 +193,8 @@ lazy val interface = project
193
Settings.shared,
194
Settings.mima(),
195
libraryDependencies ++= Seq(
196
- "io.get-coursier" %% "coursier" % "2.1.20",
197
- "io.get-coursier" %% "coursier-jvm" % "2.1.20",
+ "io.get-coursier" %% "coursier" % "2.1.21",
+ "io.get-coursier" %% "coursier-jvm" % "2.1.21",
198
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
199
"org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
200
),
0 commit comments