Skip to content

Commit df3c566

Browse files
committed
Bump version of reference documentation to 3.1.3
1 parent f4e1455 commit df3c566

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.2")) // 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.1.3")) // 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)