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 b5f2016 commit ea396cbCopy full SHA for ea396cb
build.sbt
@@ -136,7 +136,7 @@ lazy val `fsi-benchmark` = project
136
libraryDependencies ++= Seq(
137
"com.dongxiguo" %% "fastring" % "1.0.0",
138
"com.outr" %% "perfolation" % "1.1.2",
139
- "com.outr" %% "scribe-slf4j" % "2.7.6" % Test,
+ "com.outr" %% "scribe-slf4j" % "2.7.7" % Test,
140
"org.scalatest" %% "scalatest" % (if (scalaVersion.value == "2.13.0-RC1") "3.0.8-RC3" else "3.0.8-RC5") % Test
141
)
142
0 commit comments