File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ Added ORIGINATOR and CODEOWNERS files.
10
10
11
11
Added a Dockerfile using sphinx image so documentation can be built without having sphinx locally.
12
12
13
+ ### Migration to deps.edn
14
+
15
+ Migration was done using ` lein2deps ` tool for each repo
16
+
17
+ ``` shell
18
+ bb -Sdeps ' {:deps {io.github.borkdude/lein2deps {:git/sha "1fdaf45577edc9a6aeee027501e50924b9b793f5"}}}' -m lein2deps.api --write-file deps.edn
19
+ ```
20
+
21
+ - Added deps.edn to metrics-clojure-core and dropped codahale repo - service shut down
22
+ - Added deps.edn to metrics-clojure-ganglia
13
23
14
24
### Riemann Client updated
15
25
Original file line number Diff line number Diff line change
1
+ {:paths [" src" " resources" ],
2
+ :deps
3
+ {metrics-clojure/metrics-clojure {:mvn/version " 3.0.0-SNAPSHOT" },
4
+ io.dropwizard.metrics/metrics-ganglia {:mvn/version " 3.2.2" }}}
You can’t perform that action at this time.
0 commit comments