Skip to content

Commit 380464e

Browse files
committed
Upgrade Eastwood, clj-kondo
1 parent 09a690d commit 380464e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
with-debug-bindings [[:inner 0]]
6464
merge-meta [[:inner 0]]
6565
try-if-let [[:block 1]]}}}]
66-
:eastwood {:plugins [[jonase/eastwood "0.4.0"]]
66+
:eastwood {:plugins [[jonase/eastwood "0.6.0"]]
6767
;; TODO: add :test-paths
6868
:eastwood {:namespaces [:source-paths]
6969
;; vendored - shouldn't be tweaked for satisfying linters:
7070
:exclude-namespaces [refactor-nrepl.ns.slam.hound.regrow]
7171
:exclude-linters [:unused-ret-vals]}}
7272
:clj-kondo [:test
73-
{:dependencies [[clj-kondo "2021.03.31"]]}]}
73+
{:dependencies [[clj-kondo "2021.06.18"]]}]}
7474
:jvm-opts ["-Djava.net.preferIPv4Stack=true"])

0 commit comments

Comments
 (0)