From 5b0fd183182483b183046a638070e41dc7dc1f6c Mon Sep 17 00:00:00 2001 From: Thibault Meyer Date: Sun, 17 Sep 2017 09:43:23 +0200 Subject: [PATCH] Prepare for release 17.09 Signed-off-by: Thibault Meyer --- README.md | 2 +- project/build.properties | 2 +- sbt-play-ebean-test/project/build.properties | 2 +- sbt-play-ebean-test/project/plugins.sbt | 4 ++-- version.sbt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1a2b5728..9fffdae8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # play-ebean -[![Latest release](https://img.shields.io/badge/latest_release-17.08-orange.svg?style=flat)](https://github.com/payintech/play-ebean/releases) +[![Latest release](https://img.shields.io/badge/latest_release-17.09-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) diff --git a/project/build.properties b/project/build.properties index 27e88aa1..c091b86c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.13 +sbt.version=0.13.16 diff --git a/sbt-play-ebean-test/project/build.properties b/sbt-play-ebean-test/project/build.properties index 27e88aa1..c091b86c 100644 --- a/sbt-play-ebean-test/project/build.properties +++ b/sbt-play-ebean-test/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.13 +sbt.version=0.13.16 diff --git a/sbt-play-ebean-test/project/plugins.sbt b/sbt-play-ebean-test/project/plugins.sbt index 852a403b..c70524cf 100644 --- a/sbt-play-ebean-test/project/plugins.sbt +++ b/sbt-play-ebean-test/project/plugins.sbt @@ -1,3 +1,3 @@ // The Play plugin -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.1") -addSbtPlugin("com.payintech" % "sbt-play-ebean" % "17.08-SNAPSHOT") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.3") +addSbtPlugin("com.payintech" % "sbt-play-ebean" % "17.09-SNAPSHOT") diff --git a/version.sbt b/version.sbt index c7bc7c41..737ad1b4 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "17.08-SNAPSHOT" +version in ThisBuild := "17.09-SNAPSHOT"