File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
org.clojure/google-closure-library {:mvn/version " 0.0-20211011-0726fdeb" }
9
9
org.clojure/spec.alpha {:mvn/version " 0.1.143" }
10
10
org.clojure/tools.reader {:mvn/version " 1.3.3" }
11
- org.clojure/test.check {:mvn/version " 0.10.0-alpha3 " }}
11
+ org.clojure/test.check {:mvn/version " 1.1.1 " }}
12
12
:aliases
13
13
{:cli.test.run {:extra-paths [" src/test/cljs_cli" ]
14
14
:main-opts [" -i" " src/test/cljs_cli/cljs_cli/test_runner.clj"
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >org.clojure</groupId >
63
63
<artifactId >test.check</artifactId >
64
- <version >0.10.0-alpha3 </version >
64
+ <version >1.1.1 </version >
65
65
<scope >test</scope >
66
66
<exclusions >
67
67
<exclusion >
Original file line number Diff line number Diff line change 13
13
[org.clojure/core.specs.alpha " 0.1.24" ]
14
14
[org.clojure/data.json " 0.2.6" ]
15
15
[org.clojure/tools.reader " 1.3.3" ]
16
- [org.clojure/test.check " 0.10.0-alpha3 " :scope " test" ]
16
+ [org.clojure/test.check " 1.1.1 " :scope " test" ]
17
17
[com.cognitect/transit-clj " 0.8.309" ]
18
18
[org.clojure/google-closure-library " 0.0-20211011-0726fdeb" ]
19
19
[com.google.javascript/closure-compiler-unshaded " v20210808" ]]
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-20211011-0726fdeb"
12
12
TREADER_RELEASE=" 1.3.3"
13
- TEST_CHECK_RELEASE=" 0.10.0-alpha3 "
13
+ TEST_CHECK_RELEASE=" 1.1.1 "
14
14
15
15
# check dependencies
16
16
curl -V > /dev/null || { echo " cURL is missing, or not on your system path." ; exit 1; }
You can’t perform that action at this time.
0 commit comments