From a1eac7719255defb884493591723e3342d46fb1e Mon Sep 17 00:00:00 2001 From: Oleg Ilyenko Date: Tue, 21 Apr 2015 21:16:29 +0200 Subject: [PATCH] Release v0.5-play-2.4.0-M3-6 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b44b16e..d910bd6 100644 --- a/README.md +++ b/README.md @@ -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-play-2.4.0-M3-5" + libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5-play-2.4.0-M3-6" [![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) diff --git a/build.sbt b/build.sbt index ee449cf..23789ad 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "scaldi-play" organization := "org.scaldi" -version := "0.5-play-2.4.0-M3-6-SNAPSHOT" +version := "0.5-play-2.4.0-M3-6" description := "Scaldi-Play - Scaldi integration for Play framework" homepage := Some(url("http://scaldi.org"))