File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" src/main/clojure" " src/main/cljs" " resources" ]
2
2
:deps
3
- {com.google.javascript/closure-compiler-unshaded {:mvn/version " v20210202 " }
3
+ {com.google.javascript/closure-compiler-unshaded {:mvn/version " v20210302 " }
4
4
com.cognitect/transit-clj {:mvn/version " 0.8.309" }
5
5
org.clojure/clojure {:mvn/version " 1.10.0" }
6
6
org.clojure/core.specs.alpha {:mvn/version " 0.1.24" }
Original file line number Diff line number Diff line change 16
16
[org.clojure/test.check " 0.10.0-alpha3" :scope " test" ]
17
17
[com.cognitect/transit-clj " 0.8.309" ]
18
18
[org.clojure/google-closure-library " 0.0-20201211-3e6c510d" ]
19
- [com.google.javascript/closure-compiler-unshaded " v20210202 " ]]
19
+ [com.google.javascript/closure-compiler-unshaded " v20210302 " ]]
20
20
:profiles {:1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}
21
21
:uberjar {:aot :all :main cljs.main}
22
22
:closure-snapshot {:dependencies [[com.google.javascript/closure-compiler-unshaded " 1.0-SNAPSHOT" ]]}}
Original file line number Diff line number Diff line change 5
5
CLOJURE_RELEASE=" 1.9.0"
6
6
SPEC_ALPHA_RELEASE=" 0.1.143"
7
7
CORE_SPECS_ALPHA_RELEASE=" 0.1.24"
8
- CLOSURE_RELEASE=" 20210202 "
8
+ CLOSURE_RELEASE=" 20210302 "
9
9
DJSON_RELEASE=" 0.2.6"
10
10
TRANSIT_RELEASE=" 0.8.309"
11
11
GCLOSURE_LIB_RELEASE=" 0.0-20201211-3e6c510d"
You can’t perform that action at this time.
0 commit comments