-
Play 3.0.0 migration: java.lang.NoSuchMethodError: play.core.PlayVersion$.akkaVersion()I'm migrating a Java + Scala Play Framework application from 2.9.x to Play 3.0.0. After updating to the new sbt plugin and adjusting
🔧 Environment
📦
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Because you use play-ebean 7.x - which is for the Akka line. Just switch to play-ebean 8.1.0 and it should work. (Even better play-ebean 8.3.0 as this is the latest version)
see above.
No.
|
Beta Was this translation helpful? Give feedback.
Because you use play-ebean 7.x - which is for the Akka line. Just switch to play-ebean 8.1.0 and it should work. (Even better play-ebean 8.3.0 as this is the latest version)
see above.
No.