Skip to content

Commit 31528e7

Browse files
Update scala-library to 2.13.13
1 parent 7509023 commit 31528e7

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.12"
11+
val Scala213 = "2.13.13"
1212

1313
ThisBuild / scalaVersion := Scala213
1414
ThisBuild / crossScalaVersions := Seq("2.12.18", Scala213, "3.3.1")

0 commit comments

Comments
 (0)