Skip to content

Commit 1668276

Browse files
Update scala-library to 2.13.18
1 parent e85f4db commit 1668276

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
@@ -14,7 +14,7 @@ ThisBuild / developers := List(
1414
// publish website from this branch
1515
ThisBuild / tlSitePublishBranch := Some("main")
1616

17-
val Scala213 = "2.13.16"
17+
val Scala213 = "2.13.18"
1818
ThisBuild / crossScalaVersions := Seq(Scala213, "3.3.6")
1919
ThisBuild / scalaVersion := Scala213 // the default Scala
2020

0 commit comments

Comments
 (0)