File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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
3
{org.clojure/clojure {:mvn/version " 1.9.0" }
4
- org.clojure/tools.reader {:mvn/version " 1.3.0-alpha3 " }
4
+ org.clojure/tools.reader {:mvn/version " 1.3.0" }
5
5
org.clojure/test.check {:mvn/version " 0.10.0-alpha2" }
6
6
org.clojure/spec.alpha {:mvn/version " 0.1.143" }
7
7
org.clojure/core.specs.alpha {:mvn/version " 0.1.24" }
Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >org.clojure</groupId >
52
52
<artifactId >tools.reader</artifactId >
53
- <version >1.3.0-alpha3 </version >
53
+ <version >1.3.0</version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >com.cognitect</groupId >
Original file line number Diff line number Diff line change 12
12
[org.clojure/spec.alpha " 0.1.143" ]
13
13
[org.clojure/core.specs.alpha " 0.1.24" ]
14
14
[org.clojure/data.json " 0.2.6" ]
15
- [org.clojure/tools.reader " 1.3.0-alpha3 " ]
15
+ [org.clojure/tools.reader " 1.3.0" ]
16
16
[org.clojure/test.check " 0.10.0-alpha2" :scope " test" ]
17
17
[com.cognitect/transit-clj " 0.8.309" ]
18
18
[org.clojure/google-closure-library " 0.0-20170809-b9c14c6b" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DJSON_RELEASE="0.2.6"
10
10
TRANSIT_RELEASE=" 0.8.309"
11
11
GCLOSURE_LIB_RELEASE=" 0.0-20170809-b9c14c6b"
12
12
RHINO_RELEASE=" 1_7R5"
13
- TREADER_RELEASE=" 1.3.0-alpha3 "
13
+ TREADER_RELEASE=" 1.3.0"
14
14
TEST_CHECK_RELEASE=" 0.10.0-alpha2"
15
15
16
16
# check dependencies
You can’t perform that action at this time.
0 commit comments