Skip to content

Commit

Permalink
Release v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Apr 2, 2016
1 parent 176ea72 commit 2497771
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v0.5.15 (2016-04-02)

* Updated to play v2.5.1

## v0.5.14 (2016-03-10)

* Updated to play v2.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ You can find more information at the [hope page of the project](http://scaldi.or

SBT Configuration (Play 2.5.x):

libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.14"
libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.15"

SBT Configuration (Play 2.3.x):

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
name := "scaldi-play"
organization := "org.scaldi"
version := "0.5.15-SNAPSHOT"
version := "0.5.15"

description := "Scaldi-Play - Scaldi integration for Play framework"
homepage := Some(url("http://scaldi.org"))
Expand Down

0 comments on commit 2497771

Please sign in to comment.