You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/03/16 15:16:37 UTC

[3/3] tapestry-5 git commit: TAP5-2464: Upgrade Less4j to 1.9.0

TAP5-2464: Upgrade Less4j to 1.9.0


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ed93afe5
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ed93afe5
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ed93afe5

Branch: refs/heads/master
Commit: ed93afe5528b350a0c42000c6127523b9035efba
Parents: 2ebaf7b
Author: Felix Scheffer <ma...@felix-scheffer.de>
Authored: Sun Mar 8 21:19:10 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Mon Mar 16 15:15:13 2015 +0100

----------------------------------------------------------------------
 tapestry-webresources/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ed93afe5/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 902d42d..581b333 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -2,7 +2,7 @@ description = "Integration with WRO4J to perform runtime CoffeeScript compilatio
 
 dependencies {
     compile project(":tapestry-core")
-    compile "com.github.sommeri:less4j:1.8.1"
+    compile "com.github.sommeri:less4j:1.9.0"
     compile "com.google.javascript:closure-compiler:v20131014"
     compile "org.mozilla:rhino:1.7R5"