We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddbe4c commit 375b55fCopy full SHA for 375b55f
build.sbt
@@ -3,7 +3,7 @@ import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings
3
import com.softwaremill.Publish.ossPublishSettings
4
5
val scala2_12 = "2.12.20"
6
-val scala2_13 = "2.13.14"
+val scala2_13 = "2.13.15"
7
val scala2 = List(scala2_12, scala2_13)
8
val scala3 = List("3.3.3")
9
0 commit comments