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 d2d7556 commit b02b3a0Copy full SHA for b02b3a0
build.sbt
@@ -165,7 +165,7 @@ lazy val `fsi-benchmark` = crossProject(JVMPlatform)
165
crossScalaVersions := Seq(scalaVersion.value),
166
libraryDependencies ++= Seq(
167
"com.dongxiguo" %% "fastring" % "1.0.0",
168
- "com.outr" %% "perfolation" % "1.1.7",
+ "com.outr" %% "perfolation" % "1.2.12",
169
"com.outr" %% "scribe-slf4j" % "2.7.13" % Test,
170
"org.scalatest" %% "scalatest" % "3.2.19" % Test
171
)
0 commit comments