File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
:dependencies [[nrepl " 1.0.0" ]
11
11
^:inline-dep [cider/orchard " 0.12.0" :exclusions [com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations]]
12
12
^:inline-dep [mx.cider/haystack " 0.0.3" ]
13
- ^:inline-dep [mx.cider/logjam " 0.1.1" ]
14
13
^:inline-dep [thunknyc/profile " 0.5.2" ]
15
14
^:inline-dep [mvxcvi/puget " 1.3.4" ]
16
15
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
19
18
^:inline-dep [cljfmt " 0.9.2" :exclusions [org.clojure/clojurescript]]
20
19
^:inline-dep [org.clojure/tools.namespace " 1.3.0" ]
21
20
^:inline-dep [org.clojure/tools.trace " 0.7.11" ]
22
- ^:inline-dep [org.clojure/tools.reader " 1.3.6" ]]
21
+ ^:inline-dep [org.clojure/tools.reader " 1.3.6" ]
22
+ [mx.cider/logjam " 0.1.1" ]]
23
23
:exclusions [org.clojure/clojure] ; see Clojure version matrix in profiles below
24
24
25
25
:pedantic? ~(if (System/getenv " CI" )
You can’t perform that action at this time.
0 commit comments