-
Adding dependencies from local Maven repositories to Activator projects
As I’m using in my Activator/Play Framework project a few jars which I build separately using maven, I want to the activator build tool to search for the dependencies in my maven local repositories. In order to do so, include the following lines in build.sbt tool: resolvers ++= Seq ( Resolver.mavenLocal ) Once you build […]