Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Feb 2, 2015
1 parent b7ba5d6 commit 2a43e08
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## v0.5 (01.02.2015)
## v0.5.2 (02.02.2015)

* Updated to scaldi version 0.5.1
* Updated to scaldi version 0.5.2

## v0.5.1 (01.02.2015)

* Updated to scaldi version 0.5.1

## v0.5 (31.01.2015)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ in Play 2 application. ([Tutorial can be found here](http://hacking-scala.tumblr

SBT Configuration:

libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.1"
libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.2"

[![Build Status](https://travis-ci.org/scaldi/scaldi-play.png)](https://travis-ci.org/scaldi/scaldi-play) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.scaldi/scaldi-play_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.scaldi/scaldi-play_2.11)
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.6-SNAPSHOT"
version := "0.5.2"

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

0 comments on commit 2a43e08

Please sign in to comment.