Skip to content

Commit ec228b5

Browse files
committed
Bump Clerk and add babashka.cli
1 parent f8112d4 commit ec228b5

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

deps.edn

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:paths ["dev" "notebooks" "resources"]
2-
:deps {io.github.nextjournal/clerk {:mvn/version "0.10.562"}
2+
:deps {io.github.nextjournal/clerk {:git/sha "8be087166ef4308c6bfb4adafb5a0c68cd2200a0"}
33
io.github.nextjournal/clerk-slideshow {:git/sha "ea9b27e5ec2e5ad57e889060521451ed9138325b"}
44

55
;; input various external data formats
@@ -25,21 +25,21 @@
2525
clojure2d/clojure2d {:mvn/version "1.4.4"}
2626

2727
;; OSC server
28-
com.illposed.osc/javaosc-core {:mvn/version "0.8"}}
29-
30-
:aliases
31-
{:nextjournal/clerk
32-
{:extra-paths ["datasets"]
33-
:exec-fn nextjournal.clerk/build-static-app!
34-
;; notebooks to be built, accepts globs patterns
35-
:exec-args {:bundle? false
36-
:git/url "https://github.com/nextjournal/clerk-demo"
37-
:paths ["index.md"
38-
"notebooks/slideshow.md"
39-
"notebooks/introduction.clj"
40-
"notebooks/data_science.clj"
41-
"notebooks/images.clj"
42-
"notebooks/semantic.clj"
43-
"notebooks/sicmutils.clj"
44-
"notebooks/rule_30.clj"
45-
"notebooks/zipper_with_scars.clj"]}}}}
28+
com.illposed.osc/javaosc-core {:mvn/version "0.8"}
29+
30+
org.babashka/cli {:mvn/version "0.5.40"}}
31+
32+
:aliases {:nextjournal/clerk {:extra-paths ["datasets"]
33+
:exec-fn nextjournal.clerk/build!
34+
;; notebooks to be built, accepts globs patterns
35+
:exec-args {:git/url "https://github.com/nextjournal/clerk-demo"
36+
:paths ["index.md"
37+
"notebooks/slideshow.md"
38+
"notebooks/introduction.clj"
39+
"notebooks/data_science.clj"
40+
"notebooks/images.clj"
41+
"notebooks/semantic.clj"
42+
"notebooks/sicmutils.clj"
43+
"notebooks/rule_30.clj"
44+
"notebooks/zipper_with_scars.clj"]}
45+
:main-opts ["-m" "babashka.cli.exec"]}}}

0 commit comments

Comments
 (0)