Skip to content

Commit 3a9e4b4

Browse files
anmonteirodnolen
authored and
dnolen
committed
CLJS-2006: Upgrade Closure Compiler to April 2017 release
1 parent b799fb9 commit 3a9e4b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.javascript</groupId>
3232
<artifactId>closure-compiler-unshaded</artifactId>
33-
<version>v20170218</version>
33+
<version>v20170409</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.clojure</groupId>

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[org.clojure/test.check "0.9.0" :scope "test"]
1515
[com.cognitect/transit-clj "0.8.285"]
1616
[org.clojure/google-closure-library "0.0-20160609-f42b4a24"]
17-
[com.google.javascript/closure-compiler-unshaded "v20170218"]
17+
[com.google.javascript/closure-compiler-unshaded "v20170409"]
1818
[org.mozilla/rhino "1.7R5"]]
1919
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
2020
:uberjar {:aot :all :main clojure.main}}

script/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
CLOJURE_RELEASE="1.9.0-alpha14"
6-
CLOSURE_RELEASE="20170218"
6+
CLOSURE_RELEASE="20170409"
77
DJSON_RELEASE="0.2.6"
88
TRANSIT_RELEASE="0.8.285"
99
GCLOSURE_LIB_RELEASE="0.0-20160609-f42b4a24"

0 commit comments

Comments
 (0)