Skip to content

Commit ed0c4aa

Browse files
authored
Bump version of reference documentation to 3.2.0 (#16177)
2 parents fc8b56e + c1bf666 commit ed0c4aa

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
@@ -1413,7 +1413,7 @@ object Build {
14131413
.add(OutputDir("scaladoc/output/reference"))
14141414
.add(SiteRoot(s"${temp.getAbsolutePath}/docs"))
14151415
.add(ProjectName("Scala 3 Reference"))
1416-
.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)
1416+
.add(ProjectVersion("3.2.0")) // TODO: Change that later to the current version tag. (This must happen on first forward this branch to stable release tag)
14171417
.remove[VersionsDictionaryUrl]
14181418
.add(SourceLinks(List(
14191419
s"${temp.getAbsolutePath}=github://lampepfl/dotty/language-reference-stable"

0 commit comments

Comments
 (0)