Skip to content

Commit 58eb5f1

Browse files
Update scala-library to 2.13.18 in series/0.24
1 parent f676f6e commit 58eb5f1

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
@@ -5,7 +5,7 @@ ThisBuild / developers := List(
55
ThisBuild / startYear := Some(2014)
66

77
val Scala212 = "2.12.20"
8-
val Scala213 = "2.13.16"
8+
val Scala213 = "2.13.18"
99
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.6")
1010
ThisBuild / scalaVersion := Scala213
1111

0 commit comments

Comments
 (0)