Skip to content

Commit

Permalink
Depend on external scala-stm and a slightly modified stmbench7
Browse files Browse the repository at this point in the history
This will allow updating the benchmarks to use Scala 2.13+
  • Loading branch information
lbulej committed May 26, 2024
1 parent cdb788f commit 2dd2d22
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -450,13 +450,14 @@ lazy val scalaStdlibBenchmarks = (project in file("benchmarks/scala-stdlib"))
lazy val scalaStmBenchmarks = (project in file("benchmarks/scala-stm"))
.settings(
name := "scala-stm",
commonSettingsScala212
commonSettingsScala212,
libraryDependencies := Seq(
"org.scala-stm" %% "scala-stm" % "0.8"
)
)
.dependsOn(
renaissanceCore % "provided",
RootProject(
uri("benchmarks/scala-stm/scala-stm-library")
) % "compile->compile;compile->test"
RootProject(uri("benchmarks/scala-stm/stmbench7"))
)

val finagleVersion = "22.12.0"
Expand Down

0 comments on commit 2dd2d22

Please sign in to comment.