Skip to content

Commit

Permalink
Per the play ebean docs 5.0.0 is required for 2.7 (playframework#178)
Browse files Browse the repository at this point in the history
Per the play ebean docs 5.0.0 is require for play 2.7
  • Loading branch information
AlbaroPereyra authored and dwijnand committed Feb 20, 2019
1 parent 8b6fe46 commit e718329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/working/javaGuide/main/sql/code/ebean.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//#add-sbt-plugin
addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "4.1.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "5.0.0")
//#add-sbt-plugin

//#enable-plugin
Expand Down

0 comments on commit e718329

Please sign in to comment.