In the file plugins.sbt you need to change the line:
- addSbtPlugin("play" % "sbt-plugin" % "2.0.3")
- addSbtPlugin("play" % "sbt-plugin" % "2.1-RC1")
- sbt.version=0.11.3
- sbt.version=0.12.0
Now you should be able to run play on your project and start changing stuff... since there are more changes which once you "run" or "compile" you'll find out. For example, if you ever used form(Entity.class) now you'll need to import form as import static play.data.Form.form
No hay comentarios:
Publicar un comentario