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 ecec7ee commit 7eb95f2Copy full SHA for 7eb95f2
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.19" % Test
171
)
172
0 commit comments