diff options
author | Artur Signell <artur@vaadin.com> | 2014-08-28 10:03:44 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-08-28 10:04:11 +0300 |
commit | 53c826f3851e03af5f199c7736d8aa7f0b854a95 (patch) | |
tree | bc2da5cf5cb00cb84efeb003ef2dccc9550f7c03 /build.properties | |
parent | 98b69982c2537c09f693f77aa9052a068bc06862 (diff) | |
download | vaadin-framework-53c826f3851e03af5f199c7736d8aa7f0b854a95.tar.gz vaadin-framework-53c826f3851e03af5f199c7736d8aa7f0b854a95.zip |
Use sass-compiler 0.9.10 (#14524)
Change-Id: Ib8c753c59c52421ce9d6a86a407cb9694ee4f5a8
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties index 0a25dab4b9..a9ad640e53 100644 --- a/build.properties +++ b/build.properties @@ -5,6 +5,6 @@ vaadin.vendor=Vaadin Ltd vaadin.url=http://vaadin.com vaadin.java.version=1.6 vaadin.version=0.0.0.unversioned-development-build -vaadin.sass.version=0.9.9 +vaadin.sass.version=0.9.10 gwt.version=2.6.0.vaadin5 commons-io.version=2.4 |