From 7ef5424a6b4c468de78eb5da9305ef73129f309c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Bulej?= Date: Sun, 26 May 2024 17:18:27 +0200 Subject: [PATCH] Bump scala-stm to version 0.11.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 571aad67..ac183ea6 100644 --- a/build.sbt +++ b/build.sbt @@ -452,7 +452,7 @@ lazy val scalaStmBenchmarks = (project in file("benchmarks/scala-stm")) name := "scala-stm", commonSettingsScala212, libraryDependencies := Seq( - "org.scala-stm" %% "scala-stm" % "0.8" + "org.scala-stm" %% "scala-stm" % "0.11.1" ) ) .dependsOn(