We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0d863 commit 6c9e5d9Copy full SHA for 6c9e5d9
project.clj
@@ -129,7 +129,7 @@
129
letfn [[:block 1] [:inner 2]]}}}
130
131
:clj-kondo [:test
132
- {:dependencies [[clj-kondo "2021.09.15"]]}]
+ {:dependencies [[clj-kondo "2021.10.19"]]}]
133
134
:eastwood {:plugins [[jonase/eastwood "0.9.9"]]
135
:eastwood {:exclude-namespaces [~(if jdk8?
src/orchard/misc.clj
@@ -1,4 +1,6 @@
1
(ns orchard.misc
2
+ ;; These will be added in clojure 1.11:
3
+ (:refer-clojure :exclude [update-keys update-vals])
4
(:require
5
[clojure.java.io :as io]
6
[clojure.string :as str]))
0 commit comments