File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 13
13
:profiles {:dev {:dependencies [[org.clojure/clojure " 1.11.1" ]
14
14
[org.clojure/test.check " 1.1.1" ]
15
15
[rhizome " 0.2.9" ]
16
- [codox-md " 0.2.0" :exclusions [org.clojure/clojure]]
17
16
[criterium " 0.4.6" ]]}
18
17
:ci {:dependencies [[org.clojure/clojure " 1.11.1" ]
19
- [org.clojure/test.check " 1.1.1" ]
20
- [rhizome " 0.2.9" ]]}}
18
+ [org.clojure/test.check " 1.1.1" ]]}}
21
19
:test-selectors {:stress :stress
22
20
:default (complement :stress )}
23
- :plugins [[lein-codox " 0.10.3" ]
24
- [jonase/eastwood " 0.4.3" ]
25
- [lein-jammin " 0.1.1" ]
26
- [ztellman/lein-cljfmt " 0.1.10" ]]
27
- :cljfmt {:indents {#".*" [[:inner 0 ]]}}
28
- :codox {:source-uri " https://github.com/clj-commons/byte-streams/blob/master/{filepath}#L{line}"
29
- :metadata {:doc/format :markdown }
30
- :namespaces [byte-streams]}
21
+ :plugins [[jonase/eastwood " 1.3.0" ]
22
+ [lein-cljfmt " 0.9.0" ]]
23
+ ; ;:cljfmt {:indents {#".*" [[:inner 0]]}}
31
24
:global-vars {*warn-on-reflection* true }
32
25
:java-source-paths [" src" ]
33
26
:javac-options [" -target" " 1.8" " -source" " 1.8" ]
You can’t perform that action at this time.
0 commit comments