aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy.xml
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2014-02-25 21:20:45 +0100
committerRoel Spilker <r.spilker@gmail.com>2014-02-25 21:20:45 +0100
commite82a1c052e7d06a64b7b065d38db35e030323f1a (patch)
treed9deb969b045bff5b6f8220942c8f79c04272be4 /buildScripts/ivy.xml
parent15e7adfa08a3dc86e34008c80b5719e93fb73811 (diff)
downloadlombok-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.xml2
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" />