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
sbt-dotty: fix dotty retrieval when bootstrapping dotty
In the dotty build, we rely on sbt-dotty to get the reference compiler
and its dependencies. But when using a locally-published dotty as the
reference compiler I ran into a situation where sbt-dotty failed to get
some of the artifacts. It seems that this happens because it confuses
the locally-published projects with the projects in the current build.
Fixed by tweaking the way sbt-dotty retrieves dotty to make sure it
never considers projects from the current build.
0 commit comments