I have added resolvers += Resolver.mavenLocal
the the plugins.sbt file However sbt only seems to resolve ~/.ivi
and not ~/.m2
repository. How can I change that?
I tried this as well but it did not seem to work
resolvers += "Local m2y" at Path.userHome.asFile.toURI.toURL + ".m2/repository"