Replies: 1 comment 2 replies
-
Migration instructions are available on the official website.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I inherited a play framework project a few years ago that uses play 2.2.3 built with Scala 2.10.3 (running Java 1.8.0_112) and sbt 0.13. From a project perspective, the IDE is MyEclipse and it somehow knows how to build the projects so I think sbt is somehow configured behind the scenes.
I'm looking for an outline, playbook, grimoire, of what the migration path looks like to get this project on the latest release of play, Scala and sbt. My hope is that it's not 2.2.3 -> 2.2.4 -> 2.3.1 -> ... -> latest and that MyEclipse doesn't bark afterward.
Thanks,
Nick.
Beta Was this translation helpful? Give feedback.
All reactions