Intellij and sbt 0.13.5 “URI has an authority component”
I'm working on a play framework project using Java as well as Amazon Web Services. This is my build.sbt: name := """RegistrationEndpoint""" version := "1.0" lazy val root = (project in file(".")).enablePlugins(PlayJava) scalaVersion := "2.11.5" libraryDependencies ++= Seq( javaJdbc, cache, javaWs ) // Play provides two styles of routers, one expects its actions to be injected, the // other, legacy style, accesses its actions statically. //routesGenerator := InjectedRoutesGenerator It runs with activator if I call "activator run" on the command line. Intellij cannot build the project. It