Skip to content

Commit

Permalink
Upgrade ebean from 11.30.1 to 11.31.1
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
Thibault Meyer committed Dec 21, 2018
1 parent b5e24f9 commit cfa860f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using an older version of Play Framework, think to use the right plugin version.

| Plugin | Min. Play Framework | Ebean ORM | Ebean Agent | Ebean Migration |
|---------|---------------------|-----------|-------------|-----------------|
| 18.12 | 2.6.20 | 11.30.1 | 11.26.1 | 11.12.1 |
| 18.12 | 2.6.20 | 11.31.1 | 11.26.1 | 11.12.1 |
| 18.11 | 2.6.20 | 11.26.1 | 11.26.1 | 11.11.1 |
| 18.10 | 2.6.20 | 11.22.10 | 11.11.1 | 11.9.1 |
| 18.08 | 2.6.15 | 11.22.1 | 11.11.1 | 11.9.1 |
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import interplay.ScalaVersions._

val PlayVersion = playVersion(sys.props.getOrElse("play.version", "2.6.20"))
val PlayEnhancerVersion = "1.2.2"
val EbeanVersion = "11.30.1"
val EbeanVersion = "11.31.1"
val EbeanAgentVersion = "11.26.1"
val EbeanDBMigrationVersion = "11.12.1"
val TypesafeConfigVersion = "1.3.2"
Expand Down

0 comments on commit cfa860f

Please sign in to comment.