Skip to content

Commit 62684d0

Browse files
authored
Resolve reference documentation conflicts (#16178)
2 parents 2746428 + b50a5e3 commit 62684d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_docs/reference/experimental/fewer-braces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ title: "Fewer Braces"
44
nightlyOf: https://docs.scala-lang.org/scala3/reference/experimental/fewer-braces.html
55
---
66

7-
The documentation contained in this file is now part of [./indentation.html].
7+
The documentation contained in this file is now part of [./indentation.html].

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ object Build {
14981498
.add(OutputDir("scaladoc/output/reference"))
14991499
.add(SiteRoot(s"${temp.getAbsolutePath}/docs"))
15001500
.add(ProjectName("Scala 3 Reference"))
1501-
.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)
1501+
.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)
15021502
.remove[VersionsDictionaryUrl]
15031503
.add(SourceLinks(List(
15041504
s"${temp.getAbsolutePath}=github://lampepfl/dotty/language-reference-stable"

0 commit comments

Comments
 (0)