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
Or at least, make interp.repositories() the default choice of Module.repositories and Module.scalaWorker.repositoriesunless it is empty. This way if somebody wants to globally reset repositories, he/she can specify the custom set in predef.sc.
The text was updated successfully, but these errors were encountered:
Getting it the default choice for Module.scalaWorker.repositories might be hard though; the default scalaWorker gets defined globally, while interp is scoped to a particular build run.
repositories has been part of CoursierModule for some time now, and #2377 makes this moot since there's no more interp (except interp.watchValue for backwards compat)
Or at least, make
interp.repositories()
the default choice ofModule.repositories
andModule.scalaWorker.repositories
unless it is empty. This way if somebody wants to globally resetrepositories
, he/she can specify the custom set inpredef.sc
.The text was updated successfully, but these errors were encountered: