Skip to content

Commit

Permalink
bump Google Closure Library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed Aug 5, 2015
1 parent 18d2cce commit 6ef9772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>google-closure-library</artifactId>
<version>0.0-20150505-021ed5b3</version>
<version>0.0-20150805-acd8b553</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.reader "0.10.0-alpha3"]
[org.clojure/google-closure-library "0.0-20150505-021ed5b3"]
[org.clojure/google-closure-library "0.0-20150805-acd8b553"]
[com.google.javascript/closure-compiler "v20150729"]
[org.mozilla/rhino "1.7R5"]]
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
CLOJURE_RELEASE="1.7.0"
CLOSURE_RELEASE="20150729"
DJSON_RELEASE="0.2.6"
GCLOSURE_LIB_RELEASE="0.0-20150505-021ed5b3"
GCLOSURE_LIB_RELEASE="0.0-20150805-acd8b553"
RHINO_RELEASE="1_7R5"
TREADER_RELEASE="0.10.0-alpha3"

Expand Down

0 comments on commit 6ef9772

Please sign in to comment.