Skip to content

Commit f7f38ec

Browse files
Update scala-library to 2.13.17
1 parent 035f363 commit f7f38ec

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
@@ -10,7 +10,7 @@ ThisBuild / tlCiReleaseBranches := Seq("main")
1010
ThisBuild / tlMimaPreviousVersions := Set()
1111

1212
val Scala212 = "2.12.20"
13-
val Scala213 = "2.13.16"
13+
val Scala213 = "2.13.17"
1414

1515
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.6")
1616
ThisBuild / scalaVersion := Scala213

0 commit comments

Comments
 (0)