Skip to content

Commit 6c9e5d9

Browse files
vemvbbatsov
authored andcommitted
Update clj-kondo
1 parent 2b0d863 commit 6c9e5d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
letfn [[:block 1] [:inner 2]]}}}
130130

131131
:clj-kondo [:test
132-
{:dependencies [[clj-kondo "2021.09.15"]]}]
132+
{:dependencies [[clj-kondo "2021.10.19"]]}]
133133

134134
:eastwood {:plugins [[jonase/eastwood "0.9.9"]]
135135
:eastwood {:exclude-namespaces [~(if jdk8?

src/orchard/misc.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
(ns orchard.misc
2+
;; These will be added in clojure 1.11:
3+
(:refer-clojure :exclude [update-keys update-vals])
24
(:require
35
[clojure.java.io :as io]
46
[clojure.string :as str]))

0 commit comments

Comments
 (0)