File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
{:min-bb-version " 0.3.7"
2
2
:paths [" script" ]
3
3
:deps {org.clojure/data.zip {:mvn/version " 1.0.0" }
4
- io.aviso/pretty {:mvn/version " 0.1.37 " }
5
- dev.nubank/docopt {:mvn/version " 0.6.1-fix5 " }
6
- com.github.liquidz/antq {:mvn/version " 0.14.0 " }
4
+ io.aviso/pretty {:mvn/version " 1.1 " }
5
+ dev.nubank/docopt {:mvn/version " 0.6.1-fix7 " }
6
+ com.github.liquidz/antq {:mvn/version " 0.14.1 " }
7
7
doric/doric {:mvn/version " 0.9.0" }
8
8
version-clj/version-clj {:mvn/version " 2.0.1" }
9
9
lread/status-line {:git/url " https://github.com/lread/status-line.git"
Original file line number Diff line number Diff line change 12
12
; ;
13
13
; ; ClojureScript version we test with (and support)
14
14
; ;
15
- :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.844 " }}}
15
+ :cljs {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.866 " }}}
16
16
17
17
; ;
18
18
; ; Test support
43
43
:extra-paths [" target/test-doc-blocks/test" ]}
44
44
45
45
; ; kaocha for clojure testing
46
- :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version " 1.0.732 " }
46
+ :kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version " 1.0.861 " }
47
47
lambdaisland/kaocha-junit-xml {:mvn/version " 0.0.76" }
48
48
lambdaisland/kaocha-cloverage {:mvn/version " 1.0.75" }}
49
49
:main-opts [" -m" " kaocha.runner" ]}
69
69
70
70
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version " 1.10.3" }}
71
71
:extra-deps {metosin/malli {:mvn/version " 0.5.1" }
72
- io.aviso/pretty {:mvn/version " 0.1.37 " }}
72
+ io.aviso/pretty {:mvn/version " 1.1 " }}
73
73
:ns-default lread.apply-import-vars}
74
74
75
75
; ;
122
122
; ;
123
123
; ; Maintenance support
124
124
; ;
125
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 0.14.0 " }
125
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 0.14.1 " }
126
126
org.slf4j/slf4j-simple {:mvn/version " 1.7.30" } ; ; to rid ourselves of logger warnings
127
127
}
128
128
:main-opts [" -m" " antq.core"
Original file line number Diff line number Diff line change 6
6
"karma-cljs-test" : " ^0.1.0" ,
7
7
"karma-junit-reporter" : " ^2.0.0" ,
8
8
"karma-spec-reporter" : " ^0.0.32" ,
9
- "shadow-cljs" : " ^2.13.0 "
9
+ "shadow-cljs" : " ^2.14.1 "
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments