diff options
author | Artur Signell <artur@vaadin.com> | 2014-01-28 17:50:33 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-01-29 08:38:56 +0000 |
commit | 6002fd94557f1b6adc374cbc0e95060638d98c7c (patch) | |
tree | 19d3e2eb0d39f29d8350a4e058479a762a69457c | |
parent | 32ad5f75ddb37bab46503351df5bca63ff5b6868 (diff) | |
download | vaadin-framework-6002fd94557f1b6adc374cbc0e95060638d98c7c.tar.gz vaadin-framework-6002fd94557f1b6adc374cbc0e95060638d98c7c.zip |
Use new client-compiler-deps (1.1.0) (#12871)
Change-Id: I3036cb357a144edee56ec37870c9632b0cd90565
-rw-r--r-- | client-compiler/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index eeb54af879..ae4534303f 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -78,7 +78,7 @@ conf="build,ide -> default" /> <dependency org="com.vaadin" name="vaadin-client-compiler-deps" - rev="1.0.2" conf="build,ide -> default" /> + rev="1.1.0" conf="build,ide -> default" /> </dependencies> |