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 a571373 commit 6d61ea2Copy full SHA for 6d61ea2
build.mill
@@ -35,7 +35,7 @@ object Deps {
35
).distinct
36
37
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") ++
+ 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") ++
39
Seq(libScala3Version) ++
40
scalaVersionEnv.filter(_.startsWith("3"))
41
0 commit comments