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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1423,7 +1423,7 @@ object Build {
1423
1423
.add(OutputDir("scaladoc/output/reference"))
1424
1424
.add(SiteRoot(s"${temp.getAbsolutePath}/docs"))
1425
1425
.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)
0 commit comments