|
1 | 1 | {:paths ["dev" "notebooks" "resources"]
|
2 |
| - :deps {io.github.nextjournal/clerk {:mvn/version "0.11.603"} |
| 2 | + :deps {io.github.nextjournal/clerk {:git/sha "fa0ddcf000bbcd211008c93d8bd0b3047629f6b6"} |
3 | 3 | io.github.nextjournal/clerk-slideshow {:git/sha "ea9b27e5ec2e5ad57e889060521451ed9138325b"}
|
4 | 4 |
|
5 | 5 | ;; keep 1.10 until `kixi/stats` and `sicmutils` fix warnings
|
|
11 | 11 | org.xerial/sqlite-jdbc {:mvn/version "3.34.0"}
|
12 | 12 | dk.ative/docjure {:mvn/version "1.16.0"}
|
13 | 13 | clojusc/wordnet {:mvn/version "1.2.0"}
|
14 |
| - clj-jgit/clj-jgit {:mvn/version "1.0.2"} |
| 14 | + clj-jgit/clj-jgit {:mvn/version "1.0.2" :exclusions [org.slf4j/slf4j-api]} |
15 | 15 |
|
16 | 16 | ;; some statistical routines
|
17 | 17 | kixi/stats {:mvn/version "0.5.4"}
|
|
20 | 20 | sicmutils/sicmutils {:mvn/version "0.22.0"}
|
21 | 21 |
|
22 | 22 | ;; semantic web goodies and box/arrow graphs
|
23 |
| - jackrusher/mundaneum {:git/url "https://github.com/jackrusher/mundaneum/" |
24 |
| - :git/sha "d2c934a12388d88ddb3e53fef92ec2eef97d6140"} |
| 23 | + io.github.jackrusher/mundaneum {:git/sha "d2c934a12388d88ddb3e53fef92ec2eef97d6140"} |
25 | 24 | arrowic/arrowic {:mvn/version "0.1.1"}
|
26 | 25 |
|
27 |
| - ;; 2D drawing routines |
28 |
| - clojure2d/clojure2d {:mvn/version "1.4.4"} |
29 |
| - |
| 26 | + |
30 | 27 | ;; OSC server
|
31 |
| - com.illposed.osc/javaosc-core {:mvn/version "0.8"} |
| 28 | + com.illposed.osc/javaosc-core {:mvn/version "0.8" :exclusions [org.slf4j/slf4j-api org.slf4j/slf4j-log4j12]} |
| 29 | + |
| 30 | + org.babashka/cli {:mvn/version "0.5.40"} |
32 | 31 |
|
33 |
| - org.babashka/cli {:mvn/version "0.5.40"}} |
| 32 | + ;; silence log warnings |
| 33 | + org.slf4j/slf4j-nop {:mvn/version "1.7.36"}} |
34 | 34 |
|
35 | 35 | :aliases {:nextjournal/clerk {:extra-paths ["datasets"]
|
36 | 36 | :exec-fn nextjournal.clerk/build!
|
|
45 | 45 | "notebooks/sicmutils.clj"
|
46 | 46 | "notebooks/rule_30.clj"
|
47 | 47 | "notebooks/zipper_with_scars.clj"]}
|
48 |
| - :main-opts ["-m" "babashka.cli.exec"]}}} |
| 48 | + :main-opts ["-m" "babashka.cli.exec"]} |
| 49 | + :clojure2d {:extra-deps {clojure2d/clojure2d {:mvn/version "1.4.4"}}}}} |
0 commit comments