From b02b3a0a8a911116ec9387a65c1f7802af88f3bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 22:01:13 +0000 Subject: [PATCH] Update perfolation to 1.2.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f06e9ba..4e91f12 100644 --- a/build.sbt +++ b/build.sbt @@ -165,7 +165,7 @@ lazy val `fsi-benchmark` = crossProject(JVMPlatform) crossScalaVersions := Seq(scalaVersion.value), libraryDependencies ++= Seq( "com.dongxiguo" %% "fastring" % "1.0.0", - "com.outr" %% "perfolation" % "1.1.7", + "com.outr" %% "perfolation" % "1.2.12", "com.outr" %% "scribe-slf4j" % "2.7.13" % Test, "org.scalatest" %% "scalatest" % "3.2.19" % Test )