|
@@ -2,7 +2,7 @@ name := "play2-scala-anorm"
|
|
|
|
|
|
version := "1.0-SNAPSHOT"
|
|
|
|
|
|
-scalaVersion := "2.12.3"
|
|
|
+scalaVersion := "2.12.4"
|
|
|
|
|
|
lazy val root = (project in file(".")).enablePlugins(PlayScala)
|
|
|
|
|
@@ -12,9 +12,3 @@ libraryDependencies ++= Seq(
|
|
|
"mysql" % "mysql-connector-java" % "5.1.44"
|
|
|
)
|
|
|
libraryDependencies += guice
|
|
|
-
|
|
|
-resolvers += "scalaz-bintray" at "http://dl.bintray.com/scalaz/releases"
|
|
|
-
|
|
|
-// Play provides two styles of routers, one expects its actions to be injected, the
|
|
|
-// other, legacy style, accesses its actions statically.
|
|
|
-routesGenerator := InjectedRoutesGenerator
|