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

git commit: Upgrade Less4J dependency to latest 1.4.0 version

Repository: tapestry-5
Updated Branches:
  refs/heads/master 05083f927 -> e5c5565f3


Upgrade Less4J dependency to latest 1.4.0 version


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

Branch: refs/heads/master
Commit: e5c5565f3a2bc14e237859285c059f6f68a94c9b
Parents: 05083f9
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Mar 3 14:15:39 2014 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Mar 3 14:15:39 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/e5c5565f/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index a2db01f..52c2885 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.2.4"
+    compile "com.github.sommeri:less4j:1.4.0"
     compile "com.google.javascript:closure-compiler:v20131014"
     compile "org.mozilla:rhino:1.7R4"