We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a587a3 commit bcb8c79Copy full SHA for bcb8c79
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.2.2",
8
useScala3doc := true,
9
fork := true //this will make sure we run all our threads in a saperate JVM
10
)
0 commit comments