Skip to content

Commit b02b3a0

Browse files
committed
Update perfolation to 1.2.12
1 parent d2d7556 commit b02b3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ lazy val `fsi-benchmark` = crossProject(JVMPlatform)
165165
crossScalaVersions := Seq(scalaVersion.value),
166166
libraryDependencies ++= Seq(
167167
"com.dongxiguo" %% "fastring" % "1.0.0",
168-
"com.outr" %% "perfolation" % "1.1.7",
168+
"com.outr" %% "perfolation" % "1.2.12",
169169
"com.outr" %% "scribe-slf4j" % "2.7.13" % Test,
170170
"org.scalatest" %% "scalatest" % "3.2.19" % Test
171171
)

0 commit comments

Comments
 (0)