diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2019-01-10 11:40:26 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2019-01-10 11:40:26 +0100 |
commit | f3ead31326d0a6dc333c7d24f825f0f8441ebe30 (patch) | |
tree | e6cb63e762df3a38e4337af026b48bc9f0e860c3 /buildScripts/ivy.xml | |
parent | ccfab5ebffbd14df59689b23ff6f3df52890dca8 (diff) | |
download | lombok-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.xml | 2 |
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" /> |