Skip to content

Commit 72e872f

Browse files
committed
Merge branch 'language-reference-stable'
2 parents dca4bb1 + 9370bdf commit 72e872f

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)