Skip to content

Commit

Permalink
CLJS-2006: Upgrade Closure Compiler to April 2017 release
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored and dnolen committed Apr 12, 2017
1 parent b799fb9 commit 3a9e4b4
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>v20170218</version>
<version>v20170409</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.9.0" :scope "test"]
[com.cognitect/transit-clj "0.8.285"]
[org.clojure/google-closure-library "0.0-20160609-f42b4a24"]
[com.google.javascript/closure-compiler-unshaded "v20170218"]
[com.google.javascript/closure-compiler-unshaded "v20170409"]
[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 @@ -3,7 +3,7 @@
set -e

CLOJURE_RELEASE="1.9.0-alpha14"
CLOSURE_RELEASE="20170218"
CLOSURE_RELEASE="20170409"
DJSON_RELEASE="0.2.6"
TRANSIT_RELEASE="0.8.285"
GCLOSURE_LIB_RELEASE="0.0-20160609-f42b4a24"
Expand Down

0 comments on commit 3a9e4b4

Please sign in to comment.