aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/ivy.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2019-01-10 11:40:26 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2019-01-10 11:40:26 +0100
commitf3ead31326d0a6dc333c7d24f825f0f8441ebe30 (patch)
treee6cb63e762df3a38e4337af026b48bc9f0e860c3 /buildScripts/ivy.xml
parentccfab5ebffbd14df59689b23ff6f3df52890dca8 (diff)
downloadlombok-f3ead31326d0a6dc333c7d24f825f0f8441ebe30.tar.gz
lombok-f3ead31326d0a6dc333c7d24f825f0f8441ebe30.tar.bz2
lombok-f3ead31326d0a6dc333c7d24f825f0f8441ebe30.zip
Upgraded lombok.patcher dep
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 009c1ea1..bc4cc0e6 100644
--- a/buildScripts/ivy.xml
+++ b/buildScripts/ivy.xml
@@ -18,7 +18,7 @@
<conf name="supporters" />
</configurations>
<dependencies>
- <dependency org="org.projectlombok" name="lombok.patcher" rev="0.30" conf="buildBase->default; runtime->default" />
+ <dependency org="org.projectlombok" name="lombok.patcher" rev="0.32" 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" />