We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30b0fdc + b7b5f37 commit 6711111Copy full SHA for 6711111
build.sbt
@@ -8,7 +8,7 @@ ThisBuild / organization := "co.fs2"
8
ThisBuild / organizationName := "Functional Streams for Scala"
9
ThisBuild / startYear := Some(2013)
10
11
-val Scala213 = "2.13.15"
+val Scala213 = "2.13.16"
12
13
ThisBuild / scalaVersion := Scala213
14
ThisBuild / crossScalaVersions := Seq("2.12.20", Scala213, "3.3.5")
0 commit comments