Skip to content

Commit a42fe2a

Browse files
authored
Backport changes from stable documentation branch (#15611)
This pull request is created automatically after push to stable documentation branch and backports the changes
2 parents bf03086 + a5d97b2 commit a42fe2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ object Build {
14981498
.add(OutputDir("scaladoc/output/reference"))
14991499
.add(SiteRoot(s"${temp.getAbsolutePath}/docs"))
15001500
.add(ProjectName("Scala 3 Reference"))
1501-
.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)
1501+
.add(ProjectVersion("3.1.3")) // TODO: Change that later to the current version tag. (This must happen on first forward this branch to stable release tag)
15021502
.remove[VersionsDictionaryUrl]
15031503
.add(SourceLinks(List(
15041504
s"${temp.getAbsolutePath}=github://lampepfl/dotty/language-reference-stable"

0 commit comments

Comments
 (0)