We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a67a3b commit b7b5f37Copy full SHA for b7b5f37
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.4")
0 commit comments