We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0271039 + d6cfe60 commit 8442319Copy full SHA for 8442319
project/Build.scala
@@ -397,7 +397,7 @@ object Build {
397
398
// Make majorVersion available at dotty.epfl.ch/versions/latest-nightly-base
399
// Used by sbt-dotty to resolve the latest nightly
400
- val majorVersion = baseVersion.take(baseVersion.lastIndexOf('.'))
+ val majorVersion = (scalaBinaryVersion in LocalProject("scala3-library-bootstrapped")).value
401
IO.write(file("./docs/_site/versions/latest-nightly-base"), majorVersion)
402
403
// This file is used by GitHub Pages when the page is available in a custom domain
0 commit comments