Skip to content

Commit b831152

Browse files
committed
adjust for review feedback
1 parent cfd0610 commit b831152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/core/nightlies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Scala 2 nightly versions are published to a special resolver. Unless you are usi
4343
"https://scala-ci.typesafe.com/artifactory/scala-integration/"
4444
scalaVersion := "2.13.15-bin-abcd123"
4545

46-
for a 2.12 nightly, substitute e.g. `2.12.20` for `2.13.15`; in either case, it's the version number of the _next_ release on that branch
46+
For a 2.12 nightly, substitute e.g. `2.12.20` for `2.13.15`; in either case, it's the version number of the _next_ release on that branch.
4747

48-
for `abcd123`, manually substitute the first 7 characters of the SHA of the latest green build [on the 2.13.x or 2.12.x branch on Travis-CI](https://app.travis-ci.com/github/scala/scala/branches).
48+
For `abcd123`, substitute the first 7 characters of the SHA of the latest commit to the [2.13.x branch](https://github.com/scala/scala/commits/2.13.x) or [2.12.x branch](https://github.com/scala/scala/commits/2.12.x) that has a green checkmark. (Clicking the checkmark will show a CI job name with the whole version in its name.)
4949

5050
A quick way to find out the full version number of a current nightly is to use [scala-cli](https://scala-cli.virtuslab.org), as follows.
5151

0 commit comments

Comments
 (0)