Skip to content

Commit b7b5f37

Browse files
Update scala-library to 2.13.16
1 parent 8a67a3b commit b7b5f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
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.4")

0 commit comments

Comments
 (0)