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
Make the sbt scripted tests use the caching resolver
The CI is setup to have
https://github.com/lampepfl/dotty-drone/blob/master/dotty-docker/repositories
as ~/.sbt/repositories to avoid hitting sonatype when an artifact is not
present in the local cache, the sbt scripted tests were not respecting
that setting so far because they use a different sbt boot directory.
0 commit comments