We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f3fe3 commit 3337a94Copy full SHA for 3337a94
1 file changed
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.18",
197
- "io.get-coursier" %% "coursier-jvm" % "2.1.18",
+ "io.get-coursier" %% "coursier" % "2.1.19",
+ "io.get-coursier" %% "coursier-jvm" % "2.1.19",
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