Skip to content

Commit 70e8f4d

Browse files
committed
Change language reference version to 3.1.2
1 parent 7f53f4b commit 70e8f4d

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)