You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project/Build.scala
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1397,6 +1397,7 @@ object Build {
1397
1397
.add(OutputDir("scaladoc/output/reference"))
1398
1398
.add(SiteRoot(s"${temp.getAbsolutePath}/docs"))
1399
1399
.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)
0 commit comments