You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We regularly publish nightly versions of both Scala 2 and 3 so that users can preview and test the contents of upcoming releases.
8
8
9
-
We informally call them "nightly" versions, but technically it's a misnomer. A so-called “nightly” is built for every merged PR.
10
-
11
9
Here's how to find and use these versions.
12
10
13
11
## Scala 3
@@ -35,6 +33,8 @@ See this [scala-cli doc page](https://scala-cli.virtuslab.org/docs/commands/comp
35
33
36
34
## Scala 2.13 or 2.12
37
35
36
+
We informally refer to Scala 2 “nightly” versions, but technically it's a misnomer. A so-called “nightly” is built for every merged PR.
37
+
38
38
Scala 2 nightly versions are published to a special resolver. Unless you are using scala-cli, you'll need to add that resolver to your build configuration in order to use these versions.
0 commit comments