From 0eb39f06093274a8154208abd3ee6022512da4b6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 May 2024 18:32:51 +0000 Subject: [PATCH] Update perfolation to 1.2.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2fe21a8..d044bfb 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.11", "com.outr" %% "scribe-slf4j" % "2.7.13" % Test, "org.scalatest" %% "scalatest" % "3.2.18" % Test )