aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-04-01 05:34:56 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-04-02 02:06:30 +0200
commite45b492bb007af43301799f2e338a509a6389888 (patch)
treeab109e294a8667043445b31446648ba2ffdc23a4 /buildScripts/ivy.xml
parent7707140b6c86bd34801f3fd29092be06e2cee3cf (diff)
downloadlombok-e45b492bb007af43301799f2e338a509a6389888.tar.gz
lombok-e45b492bb007af43301799f2e338a509a6389888.tar.bz2
lombok-e45b492bb007af43301799f2e338a509a6389888.zip
[i802] working on eclipse mars support; this needs a few updates to integration with patcher.
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 61fbbe2d..179fd0db 100644
--- a/buildScripts/ivy.xml
+++ b/buildScripts/ivy.xml
@@ -15,7 +15,7 @@
<conf name="javac7" />
</configurations>
<dependencies>
- <dependency org="org.projectlombok" name="lombok.patcher" rev="0.16" conf="buildBase->default; runtime->default" />
+ <dependency org="org.projectlombok" name="lombok.patcher" rev="0.18" 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" />