What version of sbt?
I managed to build my own scala distribution and I published it locally into maven repository (~/.m2/repository). But when I set sbt to use that version, it looks only in local ivy, typesafe-ivy-releases, Maven Central and sonatype-snaphshots. It does not look in local maven repository, even though I specified it in project/plugins.sbt as follows:
resolvers += Resolver.mavenLocalorresolvers += "Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository"What should I do to make it work?--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To view this discussion on the web visit https://groups.google.com/d/msg/simple-build-tool/-/JYGoPeePDwEJ.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.