We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec0160b + 8e869b9 commit f2d06bbCopy full SHA for f2d06bb
build.sbt
@@ -3,7 +3,7 @@ import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings
3
import com.softwaremill.Publish.ossPublishSettings
4
5
val scala2_12 = "2.12.19"
6
-val scala2_13 = "2.13.12"
+val scala2_13 = "2.13.13"
7
val scala2 = List(scala2_12, scala2_13)
8
val scala3 = List("3.3.1")
9
0 commit comments