Skip to content
Prev Previous commit
Next Next commit
Scala 3 nightlies actually are nightly
  • Loading branch information
SethTisue committed Sep 4, 2024
commit 1e23dca8920ba9e9dffe8d01368d6756f4d844f2
4 changes: 2 additions & 2 deletions _overviews/core/nightlies.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ permalink: /overviews/core/:title.html

We regularly publish nightly versions of both Scala 2 and 3 so that users can preview and test the contents of upcoming releases.

We informally call them "nightly" versions, but technically it's a misnomer. A so-called “nightly” is built for every merged PR.

Here's how to find and use these versions.

## Scala 3
Expand Down Expand Up @@ -35,6 +33,8 @@ See this [scala-cli doc page](https://scala-cli.virtuslab.org/docs/commands/comp

## Scala 2.13 or 2.12

We informally refer to Scala 2 “nightly” versions, but technically it's a misnomer. A so-called “nightly” is built for every merged PR.

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.

### quick version (sbt)
Expand Down