Skip to content

Commit 46be8b2

Browse files
Update dependency scala to v3.6.1
1 parent 151c8e0 commit 46be8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val root = project
44
name := "concurrency-on-jvm",
55
description := "Concurrency on jvm, examples done in scala 3",
66
version := "0.1.0",
7-
scalaVersion := "3.0.0-M3",
7+
scalaVersion := "3.6.1",
88
useScala3doc := true,
99
fork := true //this will make sure we run all our threads in a saperate JVM
1010
)

0 commit comments

Comments
 (0)