Skip to content

Commit 023e52b

Browse files
Update scala-library to 2.13.18
1 parent eb3be14 commit 023e52b

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.17"
13+
val Scala213 = "2.13.18"
1414

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

0 commit comments

Comments
 (0)