Skip to content

Commit 05cf97a

Browse files
committed
Upgrade to Scala 3.3.1-RC4.
We cannot use 3.3.0 because of scala/scala3#16706 but that issue is fixed in the latest RCs for 3.3.1.
1 parent e33ac5c commit 05cf97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val commonScala2Settings = commonSettings ++ Seq(
2020
)
2121

2222
lazy val commonDottySettings = commonSettings ++ Seq(
23-
scalaVersion := "3.2.0",
23+
scalaVersion := "3.3.1-RC4",
2424
moduleName := {
2525
val old = moduleName.value
2626
if (old == "perspective") old

0 commit comments

Comments
 (0)