diff options
author | Roel Spilker <r.spilker@gmail.com> | 2014-02-25 21:20:45 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2014-02-25 21:20:45 +0100 |
commit | e82a1c052e7d06a64b7b065d38db35e030323f1a (patch) | |
tree | d9deb969b045bff5b6f8220942c8f79c04272be4 /buildScripts/ivy.xml | |
parent | 15e7adfa08a3dc86e34008c80b5719e93fb73811 (diff) | |
download | lombok-e82a1c052e7d06a64b7b065d38db35e030323f1a.tar.gz lombok-e82a1c052e7d06a64b7b065d38db35e030323f1a.tar.bz2 lombok-e82a1c052e7d06a64b7b065d38db35e030323f1a.zip |
yet another (much better) attempt at fixing the deadlock issue. Again all the work is in lombok.patcher, this is just updating the deps.
Diffstat (limited to 'buildScripts/ivy.xml')
-rw-r--r-- | buildScripts/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index c202fae1..48c3661b 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -14,7 +14,7 @@ <conf name="javac7" /> </configurations> <dependencies> - <dependency org="org.projectlombok" name="lombok.patcher" rev="0.8" conf="buildBase->default; runtime->default" /> + <dependency org="org.projectlombok" name="lombok.patcher" rev="0.9" conf="buildBase->default; runtime->default" /> <dependency org="zwitserloot.com" name="cmdreader" rev="1.2" conf="buildBase->runtime; runtime" /> <dependency org="junit" name="junit" rev="4.8.2" conf="test->default; contrib->sources" /> |