File tree
Expand file treeCollapse file tree3 files changed
+3
-3
lines changed Expand file treeCollapse file tree3 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</artifactId>
|
33 |
| -<version>v20150901</version> |
| 33 | +<version>v20150920</version> |
34 | 34 | </dependency>
|
35 | 35 | <dependency>
|
36 | 36 | <groupId>org.clojure</groupId>
|
|
Original file line number | Diff line number | Diff line change |
---|
|
12 | 12 | [org.clojure/data.json "0.2.6"]
|
13 | 13 | [org.clojure/tools.reader "0.10.0-alpha3"]
|
14 | 14 | [org.clojure/google-closure-library "0.0-20150805-acd8b553"]
|
15 |
| -[com.google.javascript/closure-compiler "v20150901"] |
| 15 | +[com.google.javascript/closure-compiler "v20150920"] |
16 | 16 | [org.mozilla/rhino "1.7R5"]]
|
17 | 17 | :profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
|
18 | 18 | :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.7.0"
|
6 |
| -CLOSURE_RELEASE="20150901" |
| 6 | +CLOSURE_RELEASE="20150920" |
7 | 7 | DJSON_RELEASE="0.2.6"
|
8 | 8 | GCLOSURE_LIB_RELEASE="0.0-20150805-acd8b553"
|
9 | 9 | RHINO_RELEASE="1_7R5"
|
|
You can’t perform that action at this time.
0 commit comments