Skip to content

Commit

Permalink
Prepare for release 17.09
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
thibaultmeyer committed Sep 17, 2017
1 parent e1eb095 commit 5b0fd18
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 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.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)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.13
sbt.version=0.13.16
2 changes: 1 addition & 1 deletion sbt-play-ebean-test/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.13
sbt.version=0.13.16
4 changes: 2 additions & 2 deletions 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.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")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "17.08-SNAPSHOT"
version in ThisBuild := "17.09-SNAPSHOT"

0 comments on commit 5b0fd18

Please sign in to comment.