Skip to content

Commit 6711111

Browse files
authored
Merge pull request #3517 from typelevel/update/scala-library-2.13.16
Update scala-library to 2.13.16
2 parents 30b0fdc + b7b5f37 commit 6711111

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
@@ -8,7 +8,7 @@ ThisBuild / organization := "co.fs2"
88
ThisBuild / organizationName := "Functional Streams for Scala"
99
ThisBuild / startYear := Some(2013)
1010

11-
val Scala213 = "2.13.15"
11+
val Scala213 = "2.13.16"
1212

1313
ThisBuild / scalaVersion := Scala213
1414
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.5")

0 commit comments

Comments
 (0)