Closed gaeljw closed 9 months ago
I've been able to confirm this fixes the issue by "simulating" the change in my reproduction project, that is by doing:
ThisBuild / resolvers := appResolvers.value.getOrElse(Seq.empty) ++ resolvers.value
@molekyla I hope you don't mind that I tag you explicitly but would appreciate your feedback on this :)
@gaeljw No worries. You can tag me explicitly. That is how we expect to receive PRs
Aims to solve https://github.com/heremaps/here-sbt-bom/issues/7
Instead of only using
resolvers
(= the resolvers added explicitly added in the project), also addappResolvers
in the list.Example of difference behaviour between the two settings:
Because I have the following in my
~/.sbt/repositories
file: