Skip to content

Commit 617a22f

Browse files
committed
[6.1.x] scala3-library 3.3.5 (was 3.3.4)
1 parent 4a08fa9 commit 617a22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lazy val commonSettings = Seq(
2424
compile / javacOptions ++= Seq("--release", "11"),
2525
doc / javacOptions := Seq("-source", "11"),
2626
scalaVersion := "2.13.16",
27-
crossScalaVersions := Seq("2.13.16", "3.3.4"),
27+
crossScalaVersions := Seq("2.13.16", "3.3.5"),
2828
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-encoding", "utf8") ++
2929
(CrossVersion.partialVersion(scalaVersion.value) match {
3030
case Some((2, 13)) => Seq("-Xsource:3")

0 commit comments

Comments
 (0)