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/09/08 08:18:31 UTC

[2/2] tapestry-5 git commit: upgrade CoffeeScript to 1.10.0

upgrade CoffeeScript to 1.10.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/ff070557
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ff070557
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ff070557

Branch: refs/heads/master
Commit: ff070557403eef1a6ad8a0a0888809c403e902e6
Parents: f5d1848
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Tue Sep 8 08:18:06 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Sep 8 08:18:06 2015 +0200

----------------------------------------------------------------------
 buildSrc/build.gradle                                   |  2 +-
 .../tapestry5/webresources/internal/coffee-script.js    | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ff070557/buildSrc/build.gradle
----------------------------------------------------------------------
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 12fa75b..f440e2b 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.1"
+    compile "org.webjars:coffee-script:1.10.0"
     gradleApi()
 }