Skip to content

Commit eca66c1

Browse files
committed
0.13.0
1 parent ec54c59 commit eca66c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.mill

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import mill.api.*
88
import mill.*
99

1010
object Settings {
11-
val version = "0.12.8"
11+
val version = "0.13.0"
1212
val pomOrg = "com.lihaoyi"
1313
val githubOrg = "com-lihaoyi"
1414
val githubRepo = "mill-moduledefs"
@@ -35,7 +35,7 @@ object Deps {
3535
).distinct
3636

3737
val scala3Versions = (
38-
Seq("3.7.0", "3.7.1", "3.7.2", "3.7.3", "3.7.4", "3.8.0-RC1", "3.8.0-RC2", "3.8.0-RC3", "3.8.0-RC4", "3.8.0-RC5") ++
38+
Seq("3.7.0", "3.7.1", "3.7.2", "3.7.3", "3.7.4", "3.8.0-RC1", "3.8.0-RC2", "3.8.0-RC3", "3.8.0-RC4", "3.8.0-RC5", "3.8.0") ++
3939
Seq(libScala3Version) ++
4040
scalaVersionEnv.filter(_.startsWith("3"))
4141
).distinct

0 commit comments

Comments
 (0)