Skip to content

Commit

Permalink
Bump scala-stm to version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbulej committed May 26, 2024
1 parent 2dd2d22 commit 7ef5424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7ef5424

Please sign in to comment.