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 1b5f26d commit 0bf0feaCopy full SHA for 0bf0fea
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.21",
197
- "io.get-coursier" %% "coursier-jvm" % "2.1.21",
+ "io.get-coursier" %% "coursier" % "2.1.22",
+ "io.get-coursier" %% "coursier-jvm" % "2.1.22",
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