Skip to content

Commit e1621f2

Browse files
committed
Fix #5079: Publish dotty-doc before scripted
This is required because some scripted tests use dotty-doc. Fixes #5079
1 parent e02c785 commit e1621f2

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)