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
Compile the bootstrapped dotty without publish anything
Before this commit, `dotty-sbt-bridge` had to be published locally to be
able to compile bootstrapped projects. This is no longer the case,
instead the local `dotty-sbt-bridge` is used, this also requires calling
`cleanSbtBridge` before packaging `dotty-sbt-bridge` instead of before
publishing it.
0 commit comments