Skip to content

Commit d66eda3

Browse files
authored
Merge pull request #358 from http4s/update/series/0.24/scala-library-2.13.16
Update scala-library to 2.13.16 in series/0.24
2 parents 13cd8c2 + 068cec6 commit d66eda3

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 / developers := List(
1010
// publish website from this branch
1111
ThisBuild / tlSitePublishBranch := Some("main")
1212

13-
val Scala213 = "2.13.15"
13+
val Scala213 = "2.13.16"
1414
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.4")
1515
ThisBuild / scalaVersion := Scala213 // the default Scala
1616

0 commit comments

Comments
 (0)