We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a587a3 commit 1451b48Copy full SHA for 1451b48
build.sbt
@@ -4,7 +4,7 @@ lazy val root = project
4
name := "concurrency-on-jvm",
5
description := "Concurrency on jvm, examples done in scala 3",
6
version := "0.1.0",
7
- scalaVersion := "3.0.0-M3",
+ scalaVersion := "3.3.1",
8
useScala3doc := true,
9
fork := true //this will make sure we run all our threads in a saperate JVM
10
)
0 commit comments