File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.5.7 (14.06.2015)
2
+
3
+ * Minor bugfix: annotated scala ` var ` was not injected correctly in some cases
4
+
1
5
## v0.5.6 (28.05.2015)
2
6
3
7
* Initial release (extracted from scaldi project)
Original file line number Diff line number Diff line change 4
4
5
5
SBT Configuration:
6
6
7
- libraryDependencies += "org.scaldi" %% "scaldi-jsr330" % "0.5.6 "
7
+ libraryDependencies += "org.scaldi" %% "scaldi-jsr330" % "0.5.7 "
8
8
9
9
[ ![ 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 )
10
10
Original file line number Diff line number Diff line change 1
1
name := " scaldi-jsr330"
2
2
organization := " org.scaldi"
3
- version := " 0.5.7-SNAPSHOT "
3
+ version := " 0.5.7"
4
4
5
5
description := " scaldi-jsr330 - JSR 330 spec implementation for scaldi"
6
6
homepage := Some (url(" http://scaldi.org" ))
You can’t perform that action at this time.
0 commit comments