Skip to content

Commit

Permalink
Release v0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Jan 28, 2016
1 parent 509bb36 commit 6018807
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5.13 (2016-01-28)

* Updated to play v2.4.6

## v0.5.12 (2015-12-11)

* Updated scaldi-jsr330 v0.5.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.4.x):

libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.12"
libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.13"

SBT Configuration (Play 2.3.x):

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "scaldi-play"
organization := "org.scaldi"
version := "0.5.13-SNAPSHOT"
version := "0.5.13"

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

0 comments on commit 6018807

Please sign in to comment.