Skip to content

Commit

Permalink
Release v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Jun 14, 2015
1 parent d840193 commit 5ec5f47
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.7 (14.06.2015)

* Minor bugfix: annotated scala `var` was not injected correctly in some cases

## v0.5.6 (28.05.2015)

* Initial release (extracted from scaldi project)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

SBT Configuration:

libraryDependencies += "org.scaldi" %% "scaldi-jsr330" % "0.5.6"
libraryDependencies += "org.scaldi" %% "scaldi-jsr330" % "0.5.7"

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

description := "scaldi-jsr330 - JSR 330 spec implementation for scaldi"
homepage := Some(url("http://scaldi.org"))
Expand Down

0 comments on commit 5ec5f47

Please sign in to comment.