Skip to content

Commit

Permalink
Update _overviews/core/nightlies.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hamza Remmal <hamza@remmal.net>
  • Loading branch information
SethTisue and hamzaremmal committed Sep 4, 2024
1 parent 3b1ac7a commit 633146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _overviews/core/nightlies.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Second, specify the Scala version:

scalaVersion := "2.13.1-bin-abcd123"

But that isn't a real version number. Manually substitute a version number containing the 7-character SHA of the last commit in the [scala/scala repository](https://github.com/scala/scala) for which a nightly version was published. Look at https://travis-ci.org/scala/scala/branches and you'll see the SHA in the upper right corner of the 2.13.x (or 2.12.x) section.
But that isn't a real version number. Manually substitute a version number containing the 7-character SHA of the last commit in the [scala/scala repository](https://github.com/scala/scala) for which a nightly version was published. Look at [https://travis-ci.org/scala/scala/branches](https://travis-ci.org/scala/scala/branches) and you'll see the SHA in the upper right corner of the 2.13.x (or 2.12.x) section.

As soon as 2.13.1 is released, the version number in the nightly will bump to 2.13.2, and so on.

Expand Down

0 comments on commit 633146f

Please sign in to comment.