diff options
author | Leif Åstrand <leif@vaadin.com> | 2015-02-02 13:45:50 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-02-02 14:41:10 +0000 |
commit | 64e5f814d54a09742a58afe9493457f8c344af70 (patch) | |
tree | eeb4e876b5a8b48f0b177255c296d1ed865315da /build.properties | |
parent | 0e0875a7ddb9a6f0b76094a33ce3f8348a7b977b (diff) | |
download | vaadin-framework-64e5f814d54a09742a58afe9493457f8c344af70.tar.gz vaadin-framework-64e5f814d54a09742a58afe9493457f8c344af70.zip |
Update to use Sass compiler 0.9.12 (#16554)
Change-Id: Icc8aa83a106f3de2543221587f3a255dcfb29212
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 286713b616..53196da206 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.10 +vaadin.sass.version=0.9.12 gwt.version=2.7.0.vaadin1 commons-io.version=2.4 |