We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5c9c1 commit c9a6940Copy full SHA for c9a6940
build.sbt
@@ -3,7 +3,7 @@ import com.softwaremill.SbtSoftwareMillCommon.commonSmlBuildSettings
3
import com.softwaremill.Publish.ossPublishSettings
4
import com.typesafe.tools.mima.core._
5
6
-val scala2_12 = "2.12.19"
+val scala2_12 = "2.12.20"
7
val scala2_13 = "2.13.14"
8
val scala2 = List(scala2_12, scala2_13)
9
val scala2alive = List(scala2_12, scala2_13)
0 commit comments