Skip to content

Commit 13202ee

Browse files
committed
Update scala3-compiler, scala3-library, ... to 3.4.3
1 parent 8f0c4c7 commit 13202ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / developers := List(
1010
ThisBuild / startYear := Some(2017)
1111

1212
val Scala213 = "2.13.16"
13-
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20", "3.4.1")
13+
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20", "3.4.3")
1414
ThisBuild / scalaVersion := Scala213 // the default Scala
1515
ThisBuild / tlJdkRelease := Some(8)
1616

0 commit comments

Comments
 (0)