Skip to content

Commit ccfa529

Browse files
authored
Update scala3-library to 3.5.0 (#28)
1 parent df0872c commit ccfa529

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
@@ -11,7 +11,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
1111

1212
val LTSJava = JavaSpec.temurin("17")
1313
val Scala213 = "2.13.14"
14-
ThisBuild / crossScalaVersions := Seq(Scala213, "3.4.3")
14+
ThisBuild / crossScalaVersions := Seq(Scala213, "3.5.0")
1515
ThisBuild / scalaVersion := Scala213
1616

1717
ThisBuild / tlJdkRelease := Some(17)

0 commit comments

Comments
 (0)