Skip to content

Commit 6d61ea2

Browse files
authored
Update build.mill
1 parent a571373 commit 6d61ea2

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
@@ -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-RC4") ++
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") ++
3939
Seq(libScala3Version) ++
4040
scalaVersionEnv.filter(_.startsWith("3"))
4141
).distinct

0 commit comments

Comments
 (0)