We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04f08d commit c54a752Copy full SHA for c54a752
build.sbt
@@ -25,8 +25,8 @@ val fs2V = "3.9.4"
25
26
val munitCatsEffectV = "2.0.0-M4"
27
28
-ThisBuild / crossScalaVersions := Seq("2.12.18","2.13.12", "3.3.1")
29
-ThisBuild / scalaVersion := "2.13.12"
+ThisBuild / crossScalaVersions := Seq("2.12.18","2.13.14", "3.3.1")
+ThisBuild / scalaVersion := "2.13.14"
30
ThisBuild / versionScheme := Some("early-semver")
31
32
// Projects
0 commit comments