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 791e9d1 commit 70d3b19Copy full SHA for 70d3b19
build.sbt
@@ -190,7 +190,7 @@ lazy val interface = project
190
"io.get-coursier" %% "coursier" % "2.1.0",
191
"io.get-coursier" %% "coursier-jvm" % "2.1.0",
192
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
193
- "org.slf4j" % "slf4j-api" % "2.0.7" // no need to shade that one…
+ "org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
194
),
195
196
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.1" % Test,
0 commit comments