Skip to content

Commit c6687a3

Browse files
authored
Merge pull request #5080 from dotty-staging/fix/5079
Fix #5079: Publish `dotty-doc` before scripted
2 parents 0c21d4c + e1621f2 commit c6687a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,7 @@ object Build {
949949
publishLocal in `dotty-library-bootstrapped`,
950950
publishLocal in `scala-library`,
951951
publishLocal in `scala-reflect`,
952+
publishLocal in `dotty-doc-bootstrapped`,
952953
publishLocal in `dotty-bootstrapped` // Needed because sbt currently hardcodes the dotty artifact
953954
).evaluated
954955
)

0 commit comments

Comments
 (0)