Skip to content

Commit 3cf2441

Browse files
committed
internal dev: bump antq dep to current
1 parent 52f429e commit 3cf2441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:deps {org.clojure/data.zip {:mvn/version "1.0.0"}
44
io.aviso/pretty {:mvn/version "1.1"}
55
dev.nubank/docopt {:mvn/version "0.6.1-fix7"}
6-
com.github.liquidz/antq {:mvn/version "0.15.3"}
6+
com.github.liquidz/antq {:mvn/version "0.16.0"}
77
doric/doric {:mvn/version "0.9.0"}
88
version-clj/version-clj {:mvn/version "2.0.1"}
99
lread/status-line {:git/url "https://github.com/lread/status-line.git"

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
;;
127127
;; Maintenance support
128128
;;
129-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "0.15.3"}
129+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "0.16.0"}
130130
org.slf4j/slf4j-simple {:mvn/version "1.7.31"} ;; to rid ourselves of logger warnings
131131
}
132132
:main-opts ["-m" "antq.core"

0 commit comments

Comments
 (0)