Skip to content

Commit

Permalink
Release v0.5-play-2.4.0-M3-6
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Apr 21, 2015
1 parent 5740c50 commit a1eac77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-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)
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-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"))
Expand Down

0 comments on commit a1eac77

Please sign in to comment.