Skip to content

Commit de783cc

Browse files
committed
internal dev: update deps
- antq - slf4j-simple - karma - shadow-cljs
1 parent 34587a1 commit de783cc

File tree

4 files changed

+118
-150
lines changed

4 files changed

+118
-150
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.14.1"}
6+
com.github.liquidz/antq {:mvn/version "0.15.3"}
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
;;
127127
;; Maintenance support
128128
;;
129-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "0.14.1"}
130-
org.slf4j/slf4j-simple {:mvn/version "1.7.30"} ;; to rid ourselves of logger warnings
129+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "0.15.3"}
130+
org.slf4j/slf4j-simple {:mvn/version "1.7.31"} ;; to rid ourselves of logger warnings
131131
}
132132
:main-opts ["-m" "antq.core"
133133
"--reporter=edn"

0 commit comments

Comments
 (0)