File tree Expand file tree Collapse file tree 5 files changed +92
-102
lines changed Expand file tree Collapse file tree 5 files changed +92
-102
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Some projects using rewrite-clj v0 and/or rewrite-cljs
76
76
* https://github.com/Olical/depot[depot] {canary-tested} {canary-needed-patch} - Find newer versions of your dependencies in your deps.edn file
77
77
// unit tests (unpatched after clone), at time of this writing, are failing for confair
78
78
* 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
80
80
* https://github.com/ivarref/gen-fn[gen-fn] {not-canary-tested} - Generate Datomic function literals from regular Clojure namespaces
81
81
* https://github.com/jonase/kibit[kibit] {canary-tested} - There's a function for that!
82
82
* https://github.com/xsc/lein-ancient[lein-ancient] {canary-tested} - Check your Projects for outdated Dependencies
Original file line number Diff line number Diff line change 21
21
; ;
22
22
:lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
23
23
; ; 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 " }}
25
25
:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
26
26
:main-opts [" -m" " clj-kondo.main" ]}
27
27
85
85
:script {:extra-paths [" script" ]
86
86
:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
87
87
: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 " }}}
89
89
90
90
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
91
91
:extra-deps {metosin/malli {:mvn/version " 0.8.4" }
130
130
; ;
131
131
; ; Maintenance support
132
132
; ;
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 " }
134
134
org.slf4j/slf4j-simple {:mvn/version " 1.7.36" } ; ; to rid ourselves of logger warnings
135
135
}
136
136
:override-deps {org.clojure/clojure {:mvn/version " 1.11.1" }}
You can’t perform that action at this time.
0 commit comments