We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98970fa + 227be30 commit ff8940fCopy full SHA for ff8940f
1 file changed
build.sbt
@@ -7,7 +7,7 @@ val projectName = "fs2-cron"
7
val rootPkg = s"$groupId.${projectName.replace("-", "")}"
8
9
val Scala_2_12 = "2.12.20"
10
-val Scala_2_13 = "2.13.16"
+val Scala_2_13 = "2.13.17"
11
val Scala_3 = "3.3.7"
12
13
val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
0 commit comments