Skip to content

Commit 4da79c3

Browse files
committed
Update scala3-library, ... to 3.3.5
1 parent 9a7babf commit 4da79c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / scalaVersion := "3.3.4"
1+
ThisBuild / scalaVersion := "3.3.5"
22
ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value, "2.13.16")
33

44
lazy val root = project.in(file("."))
@@ -32,7 +32,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform, NativePlatfor
3232
"-Xsource:3-cross",
3333
)
3434
case _ => Seq(
35-
"-Wconf:cat=deprecation:s", // Scala 3 lacks origin, src arrives in 3.3.4 & 3.5
35+
"-Wconf:cat=deprecation:s", // Scala 3 lacks origin, src arrives in 3.3.5 & 3.5
3636
"-Wconf:id=E175:s",
3737
"-Werror",
3838
"-Wnonunit-statement", // warns on uni-limbed if

0 commit comments

Comments
 (0)