Skip to content

Commit bb8f4e7

Browse files
committed
Upgrade to Scala 3.3.1.
We cannot use 3.3.0 because of scala/scala3#16706 but that issue is fixed in 3.3.1.
1 parent e33ac5c commit bb8f4e7

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",
2424
moduleName := {
2525
val old = moduleName.value
2626
if (old == "perspective") old

0 commit comments

Comments
 (0)