sbt override default resolvers
2016-11-03
If you work with sbt (or activator) and want to restrict the resolvers to the ones that you choose then you might get frustrated that overriding the resolvers
setting does not suffice.
To achieve resolution only via your configured resolver(s) you have to use the externalResolvers
setting.
externalResolvers := List("My repository" at "https://repo.example.com")