diff options
author | Henri Sara <hesara@vaadin.com> | 2014-07-07 13:00:16 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-07-07 10:45:01 +0000 |
commit | 38d8752d3c56b089b2e077f01bfe5eeed34bd93b (patch) | |
tree | 8b664244517b8d6d0598559c2d849d3b3d7493bb /build.properties | |
parent | 0452e0a58db9858c247dfe577588c66f44878a26 (diff) | |
download | vaadin-framework-38d8752d3c56b089b2e077f01bfe5eeed34bd93b.tar.gz vaadin-framework-38d8752d3c56b089b2e077f01bfe5eeed34bd93b.zip |
Use Sass compiler version 0.9.8
Change-Id: I04996df90cbbb449d54e54c3affc74ff40fddeeb
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 a7871ad1ef..0c0e58cb53 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.7 +vaadin.sass.version=0.9.8 gwt.version=2.6.0.vaadin3 commons-io.version=2.4 |