Skip to content

Commit

Permalink
Prepare for release 19.03
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
Thibault Meyer committed Mar 3, 2019
1 parent 2a6e88c commit e216802
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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-19.02-orange.svg?style=flat)](https://github.com/payintech/play-ebean/releases)
[![Latest release](https://img.shields.io/badge/latest_release-19.03-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 Down Expand Up @@ -28,6 +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 |
|---------|---------------------|-----------|-------------|-----------------|
| 19.03 | 2.6.20 | 11.35.1 | 11.34.1 | 11.14.1 |
| 19.02 | 2.6.20 | 11.33.1 | 11.27.1 | 11.13.1 |
| 19.01 | 2.6.20 | 11.32.1 | 11.27.1 | 11.13.1 |
| 18.12 | 2.6.20 | 11.31.1 | 11.26.1 | 11.12.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.20")
addSbtPlugin("com.payintech" % "sbt-play-ebean" % "19.02-SNAPSHOT")
addSbtPlugin("com.payintech" % "sbt-play-ebean" % "19.03-SNAPSHOT")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "19.02-SNAPSHOT"
version in ThisBuild := "19.03-SNAPSHOT"

0 comments on commit e216802

Please sign in to comment.