Skip to content

Commit 8bdb642

Browse files
committed
deps: update internal
1 parent c976484 commit 8bdb642

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 "1.0.0"}
6+
com.github.liquidz/antq {:mvn/version "1.0.1"}
77
doric/doric {:mvn/version "0.9.0"}
88
version-clj/version-clj {:mvn/version "2.0.2"}
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
@@ -21,7 +21,7 @@
2121
;; linting
2222
:lint-cache {:replace-paths ["src"]} ;; when building classpath we want to exclude resources
2323
;; 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"}}
2525
:main-opts ["-m" "clj-kondo.main"]}
2626

2727
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "0.9.9"}}
@@ -127,7 +127,7 @@
127127
;;
128128
;; Maintenance support
129129
;;
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"}
131131
org.slf4j/slf4j-simple {:mvn/version "1.7.32"} ;; to rid ourselves of logger warnings
132132
}
133133
:main-opts ["-m" "antq.core"

0 commit comments

Comments
 (0)