Skip to content

Commit

Permalink
Upgrade to Ebean 11.x
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
thibaultmeyer committed Oct 3, 2017
1 parent 5b0fd18 commit 9dcc13a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# play-ebean

[![Latest release](https://img.shields.io/badge/latest_release-17.09-orange.svg?style=flat)](https://github.com/payintech/play-ebean/releases)
[![Latest release](https://img.shields.io/badge/latest_release-17.10-orange.svg?style=flat)](https://github.com/payintech/play-ebean/releases)
[![Build Status](https://travis-ci.org/payintech/play-ebean.svg?branch=master)](https://travis-ci.org/payintech/play-ebean)
[![GitHub license](https://img.shields.io/badge/license-Apache%202%2E0-blue.svg?style=flat)](https://opensource.org/licenses/Apache-2.0)

Expand All @@ -24,6 +24,7 @@ using an older version of Play Framework, think to use the right plugin version.

| Plugin | Play Framework | Ebean ORM | Ebean Agent | Ebean Migration |
|--------|----------------|-----------|-------------|-----------------|
| 17.10 | 2.6.3 | 11.1.1 | 11.1.1 | 10.3.1 |
| 17.09 | 2.6.3 | 10.4.7 | 10.4.1 | 10.3.1 |
| 17.08 | 2.6.1 | 10.4.2 | 10.3.1 | 10.1.11 |
| 17.07 | 2.6.1 | 10.4.1 | 10.3.1 | 10.1.11 |
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import interplay.ScalaVersions._

val PlayVersion = playVersion(sys.props.getOrElse("play.version", "2.6.3"))
val PlayEnhancerVersion = "1.2.1"
val EbeanVersion = "10.4.7"
val EbeanAgentVersion = "10.4.1"
val EbeanVersion = "11.1.1"
val EbeanAgentVersion = "11.1.1"
val EbeanDBMigrationVersion = "10.3.1"
val TypesageConfigVersion = "1.3.1"

Expand Down
2 changes: 1 addition & 1 deletion sbt-play-ebean-test/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val root = (project in file(".")).enablePlugins(PlayJava, PlayEbean)

libraryDependencies ++= Seq(
"com.h2database" % "h2" % "1.4.196",
"io.ebean" % "ebean-elastic" % "2.1.1",
"io.ebean" % "ebean-elastic" % "5.0.2-RC",
"io.ebean" % "ebean-cluster" % "2.1.1"
)

Expand Down
2 changes: 1 addition & 1 deletion sbt-play-ebean-test/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.3")
addSbtPlugin("com.payintech" % "sbt-play-ebean" % "17.09-SNAPSHOT")
addSbtPlugin("com.payintech" % "sbt-play-ebean" % "17.10-SNAPSHOT")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "17.09-SNAPSHOT"
version in ThisBuild := "17.10-SNAPSHOT"

0 comments on commit 9dcc13a

Please sign in to comment.