Skip to content

Commit 5e7ac1d

Browse files
authored
Merge pull request #15040 from lampepfl/language-reference-backport
Backport changes from stable documentation branch
2 parents 856ba1c + 72e872f commit 5e7ac1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,7 @@ object Build {
13971397
.add(OutputDir("scaladoc/output/reference"))
13981398
.add(SiteRoot(s"${temp.getAbsolutePath}/docs"))
13991399
.add(ProjectName("Scala 3 Reference"))
1400+
.add(ProjectVersion("3.1.2")) // TODO: Change that later to the current version tag. (This must happen on first forward this branch to stable release tag)
14001401
.remove[VersionsDictionaryUrl]
14011402
.add(SourceLinks(List(
14021403
dottySrcLink(referenceVersion, temp.getAbsolutePath + "=")

0 commit comments

Comments
 (0)