We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13fd9bf + 768785e commit e15c6f7Copy full SHA for e15c6f7
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.17"
+val Scala_2_13 = "2.13.18"
11
val Scala_3 = "3.3.7"
12
13
val moduleCrossPlatformMatrix: Map[String, List[Platform]] = Map(
0 commit comments