Skip to content

Commit 90cd315

Browse files
authored
dev: bump kondo and antq (#153)
1 parent 2c02eb4 commit 90cd315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
babashka/fs {:mvn/version "0.5.24"}}
3030
:ns-default build}
3131
;; for consistent linting we use a specific version of clj-kondo through the jvm
32-
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.01.16"}}
32+
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.02.20"}}
3333
:override-deps {org.clojure/clojure {:mvn/version "1.12.0"}}
3434
:main-opts ["-m" "clj-kondo.main"]}
3535
:eastwood {:extra-deps {jonase/eastwood {:mvn/version "1.4.3"}}
3636
:main-opts ["-m" "eastwood.lint" {:source-paths ["src/clojure"]
3737
:test-paths ["test"]
3838
:add-linters [:performance]}]}
39-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.11.1264"}
39+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.11.1269"}
4040
org.clojure/clojure {:mvn/version "1.12.0"}
4141
org.slf4j/slf4j-simple {:mvn/version "2.0.16"} ;; to rid ourselves of logger warnings
4242
}

0 commit comments

Comments
 (0)