Skip to content

Commit a039f88

Browse files
committed
internal and test deps: bump
1 parent 02fd965 commit a039f88

File tree

5 files changed

+92
-102
lines changed

5 files changed

+92
-102
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Some projects using rewrite-clj v0 and/or rewrite-cljs
7676
* https://github.com/Olical/depot[depot] {canary-tested} {canary-needed-patch} - Find newer versions of your dependencies in your deps.edn file
7777
// unit tests (unpatched after clone), at time of this writing, are failing for confair
7878
* https://github.com/magnars/confair[confair] {not-canary-tested} - A configuration library for Clojure
79-
// no version tag on gen-fn repo:
79+
// tests rely on datomic-pro
8080
* https://github.com/ivarref/gen-fn[gen-fn] {not-canary-tested} - Generate Datomic function literals from regular Clojure namespaces
8181
* https://github.com/jonase/kibit[kibit] {canary-tested} - There's a function for that!
8282
* https://github.com/xsc/lein-ancient[lein-ancient] {canary-tested} - Check your Projects for outdated Dependencies

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
;;
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 "2022.05.28"}}
24+
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2022.05.31"}}
2525
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
2626
:main-opts ["-m" "clj-kondo.main"]}
2727

@@ -85,7 +85,7 @@
8585
:script {:extra-paths ["script"]
8686
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
8787
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.3.0"}
88-
cli-matic/cli-matic {:mvn/version "0.5.3"}}}
88+
cli-matic/cli-matic {:mvn/version "0.5.4"}}}
8989

9090
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
9191
:extra-deps {metosin/malli {:mvn/version "0.8.4"}
@@ -130,7 +130,7 @@
130130
;;
131131
;; Maintenance support
132132
;;
133-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.6.774"}
133+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "1.7.798"}
134134
org.slf4j/slf4j-simple {:mvn/version "1.7.36"} ;; to rid ourselves of logger warnings
135135
}
136136
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}

0 commit comments

Comments
 (0)