Skip to content

Commit

Permalink
Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 9, 2024
1 parent 06359d1 commit 091caad
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 @@ ThisBuild / version := {
if (orig.endsWith("-SNAPSHOT")) "0.11.0-SNAPSHOT"
else orig
}
val scala3 = "3.3.4"
val scala3 = "3.6.0-RC1-bin-20241008-3408ed7-NIGHTLY"
ThisBuild / scalaVersion := scala3

lazy val root = (project in file("."))
Expand Down

0 comments on commit 091caad

Please sign in to comment.