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 7633dff commit fdd278bCopy full SHA for fdd278b
build.mill
@@ -22,7 +22,7 @@ import mill.api.BuildCtx
22
23
import java.util.Base64
24
25
-val scalaVersions: Seq[String] = Seq("3.3.7", "2.13.17")
+val scalaVersions: Seq[String] = Seq("3.3.7", "2.13.18")
26
val jvmScalaVersions: Seq[String] = scalaVersions ++ Seq("2.12.20")
27
val stackSize = "100m"
28
val stackSizekBytes = 100 * 1024
0 commit comments