Skip to content

Commit

Permalink
Update dependency scala to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 151c8e0 commit 92abf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0",
useScala3doc := true,
fork := true //this will make sure we run all our threads in a saperate JVM
)
Expand Down

0 comments on commit 92abf1f

Please sign in to comment.