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/02/25 08:59:13 UTC

tapestry-5 git commit: update CoffeeScript compiler for Tapestry's own modules to 1.9.1

Repository: tapestry-5
Updated Branches:
  refs/heads/master f1d82ccf1 -> f654f082a


update CoffeeScript compiler for Tapestry's own modules to 1.9.1


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

Branch: refs/heads/master
Commit: f654f082a0f99f815a5863790129475fab43cbd5
Parents: f1d82cc
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Feb 25 08:52:47 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Feb 25 08:52:47 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f654f082/buildSrc/build.gradle
----------------------------------------------------------------------
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 9fa641d..12fa75b 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -13,6 +13,6 @@ dependencies {
       exclude module: 'gmaven-runtime-1.7'
       exclude module: 'less4j'
     }
-    compile "org.webjars:coffee-script:1.9.0"
+    compile "org.webjars:coffee-script:1.9.1"
     gradleApi()
 }