I'm upgrading a project from Play 2.2 to 2.3.0.
The following routesImport
line in build.sbt
stopped resolving and Play says val not found error
:
lazy val root = (project in file(".")).enablePlugins(PlayScala)
routesImport += "binders._"
I can't find any documentation for 2.3.x that would explain how to migrate this. Please advise.
routesImports
is in import play.PlayImport.PlayKeys._
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With