Skip to content

Commit

Permalink
Release v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Apr 11, 2015
1 parent 6ec5204 commit 2b6ae7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.5.4 (11.04.2015)

* Updated to scaldi version 0.5.4
* Controller cache is smarter now and takes `isCacheable` binding property into a consideration. This means, for example, thet
controllers bound with `toProvider` are no longer cached.

## v0.5.3 (03.02.2015)

* Updated to scaldi version 0.5.3
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.3"
libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.4"

[![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.4"

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

0 comments on commit 2b6ae7d

Please sign in to comment.