Skip to content
Prev Previous commit
Next Next commit
Update _overviews/core/nightlies.md
Co-authored-by: Hamza Remmal <[email protected]>
  • Loading branch information
SethTisue and hamzaremmal authored Sep 4, 2024
commit 9d4681eb10f30f42c46e49486a8f83571205d42f
2 changes: 1 addition & 1 deletion _overviews/core/nightlies.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here's how to find and use these versions.

Scala 3 nightly versions are published to Maven Central. If you know the full version number of the nightly you want to use, you can use it just like any other Scala 3 version.

One quick way to get that version number is to visit https://dotty.epfl.ch and look in the upper left corner.
One quick way to get that version number is to visit [https://dotty.epfl.ch](https://dotty.epfl.ch) and look in the upper left corner.

Another way is to scrape Maven Central, as shown in this script: https://raw.githubusercontent.com/VirtusLab/community-build3/master/scripts/lastVersionNightly.sc

Expand Down