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
Update Build.scala to always use dotty-library-bootstraped
I couldn't get rid of the `dotty-library` project completely, it's still used the first time sbt-briged is compiled with dotty. The dependencies are as follows:
- (no dep) compile `dotty-compile` with scalac [0]
- (no dep) compile `dotty-library` with scalac [1]
- ([0], [1]) → compile `dotty-sbt-bridge` with dotty [2]
- ([0], [2]) → compile `dotty-library-bootstraped` with dotty + sbt
After that, [1] should never be used again.
0 commit comments