|
1 | 1 | {:paths ["src" "resources"]
|
2 | 2 | :deps {org.clojure/clojure {:mvn/version "1.10.3"}
|
3 | 3 | org.clojure/data.csv {:mvn/version "1.0.0"}
|
4 |
| - com.github.vertical-blank/sql-formatter {:mvn/version "2.0.0"}} |
| 4 | + com.github.vertical-blank/sql-formatter {:mvn/version "2.0.2"}} |
5 | 5 | :aliases
|
6 | 6 | {:test {:extra-paths ["test"]
|
7 |
| - :extra-deps {lambdaisland/kaocha {:mvn/version "1.0.861"} |
| 7 | + :extra-deps {lambdaisland/kaocha {:mvn/version "1.0.887"} |
8 | 8 | org.clojure/test.check {:mvn/version "1.1.0"}}
|
9 | 9 | :main-opts ["-m" "kaocha.runner"]}
|
10 | 10 | :portal {:extra-paths ["extra-src/portal"]
|
11 |
| - :extra-deps {djblue/portal {:mvn/version "0.11.2"}} |
| 11 | + :extra-deps {djblue/portal {:mvn/version "0.14.0"}} |
12 | 12 | :main-opts ["-m" "app.portal"]}
|
13 | 13 | :reveal {:extra-paths ["extra-src/reveal"]
|
14 |
| - :extra-deps {vlaaad/reveal {:mvn/version "1.3.209"}} |
| 14 | + :extra-deps {vlaaad/reveal {:mvn/version "1.3.212"}} |
15 | 15 | :main-opts ["-m" "app.reveal"]}
|
16 |
| - :uberjar-portal {:extra-deps {com.github.seancorfield/depstar {:mvn/version "2.0.193"}} |
| 16 | + :uberjar-portal {:extra-deps {com.github.seancorfield/depstar {:mvn/version "2.1.278"}} |
17 | 17 | :exec-fn hf.depstar/uberjar
|
18 | 18 | :exec-args {:jar "target/plv-portal.jar"
|
19 | 19 | :aot true
|
|
22 | 22 | :no-pom true
|
23 | 23 | :aliases [:portal]
|
24 | 24 | :jvm-opts ["-Dclojure.compiler.direct-linking=true"]}}
|
25 |
| - :uberjar-reveal {:extra-deps {com.github.seancorfield/depstar {:mvn/version "2.0.193"}} |
| 25 | + :uberjar-reveal {:extra-deps {com.github.seancorfield/depstar {:mvn/version "2.1.278"}} |
26 | 26 | :exec-fn hf.depstar/uberjar
|
27 | 27 | :exec-args {:jar "target/plv-reveal.jar"
|
28 | 28 | :aot true
|
|
32 | 32 | :aliases [:reveal]
|
33 | 33 | :jvm-opts ["-Dclojure.compiler.direct-linking=true"
|
34 | 34 | "-Dcljfx.skip-javafx-initialization=true"]}}
|
35 |
| - :cljfmt {:extra-deps {cljfmt/cljfmt {:mvn/version "0.7.0"}} |
| 35 | + :cljfmt {:extra-deps {cljfmt/cljfmt {:mvn/version "0.8.0"}} |
36 | 36 | :main-opts ["-m" "cljfmt.main"]}
|
37 |
| - :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2021.04.23"}} |
| 37 | + :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2021.08.06"}} |
38 | 38 | :main-opts ["-m" "clj-kondo.main" "--lint" "src" "test"]}}}
|
0 commit comments