We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9801a1b commit c2be6f9Copy full SHA for c2be6f9
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.15"
+val scala2_13 = "2.13.16"
7
val scala2 = List(scala2_12, scala2_13)
8
val scala3 = List("3.3.4")
9
0 commit comments