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 1357e4f commit f716052Copy full SHA for f716052
build.sbt
@@ -166,7 +166,7 @@ lazy val `fsi-benchmark` = crossProject(JVMPlatform)
166
libraryDependencies ++= Seq(
167
"com.dongxiguo" %% "fastring" % "1.0.0",
168
"com.outr" %% "perfolation" % "1.1.7",
169
- "com.outr" %% "scribe-slf4j" % "2.7.13" % Test,
+ "com.outr" %% "scribe-slf4j" % "2.8.6" % Test,
170
"org.scalatest" %% "scalatest" % "3.2.18" % Test
171
)
172
0 commit comments