Skip to content

Commit

Permalink
CLJS-2364: Bump Closure Compiler to the Sep 2017 version
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored and swannodette committed Sep 24, 2017
1 parent 5aa12a3 commit 6e5cb90
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 @@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler-unshaded</artifactId>
<version>v20170806</version>
<version>v20170910</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 @@ -14,7 +14,7 @@
[org.clojure/test.check "0.10.0-alpha2" :scope "test"]
[com.cognitect/transit-clj "0.8.300"]
[org.clojure/google-closure-library "0.0-20170809-b9c14c6b"]
[com.google.javascript/closure-compiler-unshaded "v20170806"]
[com.google.javascript/closure-compiler-unshaded "v20170910"]
[org.mozilla/rhino "1.7R5"]]
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:uberjar {:aot :all :main clojure.main}}
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.9.0-alpha17"
SPEC_ALPHA_RELEASE="0.1.123"
CORE_SPECS_ALPHA_RELEASE="0.1.10"
CLOSURE_RELEASE="20170806"
CLOSURE_RELEASE="20170910"
DJSON_RELEASE="0.2.6"
TRANSIT_RELEASE="0.8.300"
GCLOSURE_LIB_RELEASE="0.0-20170809-b9c14c6b"
Expand Down

0 comments on commit 6e5cb90

Please sign in to comment.