|
1 | 1 | {:paths ["src" "test"] |
2 | | - :deps {org.clojure/clojure {:mvn/version "1.10.3"} |
3 | | - org.clojure/tools.cli {:mvn/version "1.0.194"} |
4 | | - org.clojure/core.async {:mvn/version "1.2.603"} |
5 | | - cheshire/cheshire {:mvn/version "5.10.0"} |
6 | | - clj-http/clj-http {:mvn/version "3.12.0"} |
7 | | - throttler/throttler {:mvn/version "1.0.0"} |
8 | | - org.clojure/tools.logging {:mvn/version "1.1.0"} |
9 | | - ch.qos.logback/logback-classic {:mvn/version "1.2.3"} |
10 | | - clj-time/clj-time {:mvn/version "0.15.2"} |
11 | | - github-PractiTest/firecracker-report-parser {:git/url "git@github.com:PractiTest/firecracker-report-parser.git" :deps/manifest :deps :sha "9fed1ab43b42f1b6d426925eaf159e620e793c56"} |
12 | | - } |
| 2 | + :deps {org.clojure/clojure {:mvn/version "1.10.3"} |
| 3 | + org.clojure/tools.cli {:mvn/version "1.0.194"} |
| 4 | + org.clojure/core.async {:mvn/version "1.2.603"} |
| 5 | + cheshire/cheshire {:mvn/version "5.10.0"} |
| 6 | + clj-http/clj-http {:mvn/version "3.12.0"} |
| 7 | + throttler/throttler {:mvn/version "1.0.0"} |
| 8 | + org.clojure/tools.logging {:mvn/version "1.1.0"} |
| 9 | + ch.qos.logback/logback-classic {:mvn/version "1.2.3"} |
| 10 | + clj-time/clj-time {:mvn/version "0.15.2"} |
| 11 | + github-PractiTest/firecracker-report-parser {:git/url "git@github.com:PractiTest/firecracker-report-parser.git" |
| 12 | + :deps/manifest :deps |
| 13 | + :sha "9fed1ab43b42f1b6d426925eaf159e620e793c56"}} |
13 | 14 | :aliases |
14 | 15 | {:dev {:extra-paths ["dev"]} |
15 | 16 | :package {:extra-paths ["resources" "target/cljs/"]} |
|
18 | 19 | :main-opts ["-m" "uberdeps.uberjar"]} |
19 | 20 | :depstar {:extra-deps |
20 | 21 | {seancorfield/depstar {:mvn/version "1.0.94"}}} |
21 | | - :webassets {:extra-paths ["dev"]} |
22 | | - } |
23 | | - } |
| 22 | + :webassets {:extra-paths ["dev"]}}} |
0 commit comments