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.
2 parents 1b5f26d + 0bf0fea commit 7ef8f6dCopy full SHA for 7ef8f6d
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