Skip to content

Commit fdd278b

Browse files
authored
chore: bump scala version to 2.3.18 (#552)
1 parent 7633dff commit fdd278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import mill.api.BuildCtx
2222

2323
import java.util.Base64
2424

25-
val scalaVersions: Seq[String] = Seq("3.3.7", "2.13.17")
25+
val scalaVersions: Seq[String] = Seq("3.3.7", "2.13.18")
2626
val jvmScalaVersions: Seq[String] = scalaVersions ++ Seq("2.12.20")
2727
val stackSize = "100m"
2828
val stackSizekBytes = 100 * 1024

0 commit comments

Comments
 (0)