我使用的是什么 Ebean 版本? (播放框架)

What Ebean Version am I using? (Play Framework)

我在我的 build.sbt(玩 2.3.7)中添加了 javaEbean 作为 libraryDependency。

我如何找出它对应的 EBean https://github.com/ebean-orm/avaje-ebeanorm/releases 版本?

Ebean 3.3.4。在 Play 2.4.x 中有一个更新的版本,所以如果您需要更新的版本并且负担得起更新,您可能想使用它。

https://github.com/playframework/playframework/blob/2.3.x/framework/project/Dependencies.scala#L31

https://github.com/playframework/playframework/blob/2.3.x/framework/src/sbt-plugin/src/main/scala/PlayImport.scala#L30