File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
:deps {org.clojure/data.zip {:mvn/version " 1.0.0" }
4
4
io.aviso/pretty {:mvn/version " 1.1" }
5
5
dev.nubank/docopt {:mvn/version " 0.6.1-fix7" }
6
- com.github.liquidz/antq {:mvn/version " 1.0.0 " }
6
+ com.github.liquidz/antq {:mvn/version " 1.0.1 " }
7
7
doric/doric {:mvn/version " 0.9.0" }
8
8
version-clj/version-clj {:mvn/version " 2.0.2" }
9
9
lread/status-line {:git/url " https://github.com/lread/status-line.git"
Original file line number Diff line number Diff line change 21
21
; ; linting
22
22
:lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
23
23
; ; so we do not pick up our own clj-kondo config exports
24
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2021.08.06 " }}
24
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2021.09.15 " }}
25
25
:main-opts [" -m" " clj-kondo.main" ]}
26
26
27
27
:eastwood {:extra-deps {jonase/eastwood {:mvn/version " 0.9.9" }}
127
127
; ;
128
128
; ; Maintenance support
129
129
; ;
130
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.0.0 " }
130
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 1.0.1 " }
131
131
org.slf4j/slf4j-simple {:mvn/version " 1.7.32" } ; ; to rid ourselves of logger warnings
132
132
}
133
133
:main-opts [" -m" " antq.core"
You can’t perform that action at this time.
0 commit comments