File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.google.javascript</groupId >
32
32
<artifactId >closure-compiler-unshaded</artifactId >
33
- <version >v20170218 </version >
33
+ <version >v20170409 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.clojure</groupId >
Original file line number Diff line number Diff line change 14
14
[org.clojure/test.check " 0.9.0" :scope " test" ]
15
15
[com.cognitect/transit-clj " 0.8.285" ]
16
16
[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 " ]
18
18
[org.mozilla/rhino " 1.7R5" ]]
19
19
:profiles {:1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}
20
20
:uberjar {:aot :all :main clojure.main}}
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
CLOJURE_RELEASE=" 1.9.0-alpha14"
6
- CLOSURE_RELEASE=" 20170218 "
6
+ CLOSURE_RELEASE=" 20170409 "
7
7
DJSON_RELEASE=" 0.2.6"
8
8
TRANSIT_RELEASE=" 0.8.285"
9
9
GCLOSURE_LIB_RELEASE=" 0.0-20160609-f42b4a24"
You can’t perform that action at this time.
0 commit comments