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 25
25
<dependency >
26
26
<groupId >org.clojure</groupId >
27
27
<artifactId >clojure</artifactId >
28
- <version >1.7.0-alpha6 </version >
28
+ <version >1.7.0-beta1 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >com.google.javascript</groupId >
Original file line number Diff line number Diff line change 8
8
:source-paths [" src/clj" ]
9
9
:resource-paths [" src/cljs" ]
10
10
:test-paths [" test/clj" ]
11
- :dependencies [[org.clojure/clojure " 1.7.0-alpha6 " ]
11
+ :dependencies [[org.clojure/clojure " 1.7.0-beta1 " ]
12
12
[org.clojure/data.json " 0.2.6" ]
13
13
[org.clojure/tools.reader " 0.9.1" ]
14
14
[org.clojure/google-closure-library " 0.0-20140718-946a7d39" ]
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- CLOJURE_RELEASE=" 1.7.0-alpha6 "
5
+ CLOJURE_RELEASE=" 1.7.0-beta1 "
6
6
CLOSURE_RELEASE=" 20150126"
7
7
DJSON_RELEASE=" 0.2.6"
8
8
GCLOSURE_LIB_RELEASE=" 0.0-20140718-946a7d39"
You can’t perform that action at this time.
0 commit comments