Skip to content

Commit 6e5cb90

Browse files
anmonteiroswannodette
authored andcommitted
CLJS-2364: Bump Closure Compiler to the Sep 2017 version
1 parent 5aa12a3 commit 6e5cb90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.template.xml

Lines changed: 1 addition & 1 deletion
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>v20170806</version>
33+
<version>v20170910</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.clojure</groupId>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[org.clojure/test.check "0.10.0-alpha2" :scope "test"]
1515
[com.cognitect/transit-clj "0.8.300"]
1616
[org.clojure/google-closure-library "0.0-20170809-b9c14c6b"]
17-
[com.google.javascript/closure-compiler-unshaded "v20170806"]
17+
[com.google.javascript/closure-compiler-unshaded "v20170910"]
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
CLOJURE_RELEASE="1.9.0-alpha17"
66
SPEC_ALPHA_RELEASE="0.1.123"
77
CORE_SPECS_ALPHA_RELEASE="0.1.10"
8-
CLOSURE_RELEASE="20170806"
8+
CLOSURE_RELEASE="20170910"
99
DJSON_RELEASE="0.2.6"
1010
TRANSIT_RELEASE="0.8.300"
1111
GCLOSURE_LIB_RELEASE="0.0-20170809-b9c14c6b"

0 commit comments

Comments
 (0)