File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 27
27
(map
28
28
#(vector (symbol " io.netty" (str " netty-" %)) netty-version)
29
29
netty-modules))
30
- :profiles {:dev {:dependencies [[org.clojure/clojure " 1.10.1" ]
31
- [criterium " 0.4.6" ]
32
- [cheshire " 5.10.0" ]
33
- [org.slf4j/slf4j-simple " 1.7.30" ]
30
+ :profiles {:dev {:dependencies [[org.clojure/clojure " 1.10.1" ]
31
+ [criterium " 0.4.6" ]
32
+ [cheshire " 5.10.0" ]
33
+ [org.slf4j/slf4j-simple " 1.7.30" ]
34
34
[com.cognitect/transit-clj " 1.0.324" ]]}
35
35
; ; This is for self-generating certs for testing ONLY:
36
36
:test {:dependencies [[org.bouncycastle/bcprov-jdk15on " 1.69" ]
48
48
[lein-marginalia " 0.9.1" ]
49
49
[ztellman/lein-cljfmt " 0.1.10" ]]
50
50
:java-source-paths [" src/aleph/utils" ]
51
- :javac-options [" -target" " 1.7" , " -source" " 1.7" ]
52
51
:cljfmt {:indents {#".*" [[:inner 0 ]]}}
53
52
:test-selectors {:default #(not
54
53
(some #{:benchmark :stress }
You can’t perform that action at this time.
0 commit comments