diff --git a/build.sbt b/build.sbt index f0d4640..989fd64 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val root = project name := "concurrency-on-jvm", description := "Concurrency on jvm, examples done in scala 3", version := "0.1.0", - scalaVersion := "3.0.0-M3", + scalaVersion := "3.7.0", useScala3doc := true, fork := true //this will make sure we run all our threads in a saperate JVM )