Skip to content

Commit a5d97b2

Browse files
committed
Merge branch 'language-reference-stable'
2 parents 22080c5 + 7d322ce commit a5d97b2

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
@@ -1423,7 +1423,7 @@ object Build {
14231423
.add(OutputDir("scaladoc/output/reference"))
14241424
.add(SiteRoot(s"${temp.getAbsolutePath}/docs"))
14251425
.add(ProjectName("Scala 3 Reference"))
1426-
.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)
1426+
.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)
14271427
.remove[VersionsDictionaryUrl]
14281428
.add(SourceLinks(List(
14291429
s"${temp.getAbsolutePath}=github://lampepfl/dotty/language-reference-stable"

0 commit comments

Comments
 (0)