|
2 | 2 | :deps |
3 | 3 | {nbb.build/nbb.build |
4 | 4 | {:git/url "https://github.com/babashka/nbb" |
5 | | - :git/sha "35e4e94966d0ae45bb87569940b7c1fb05c19467" |
| 5 | + :git/sha "9119dbe9b5f660cb77d29058b3b762978ee4b939" |
6 | 6 | :deps/root "build"} |
7 | 7 | #_{:local/root "../nbb/build"} |
8 | 8 | nbb/nbb |
9 | 9 | {:git/url "https://github.com/babashka/nbb" |
10 | | - :git/sha "35e4e94966d0ae45bb87569940b7c1fb05c19467" |
11 | | - :git/tag "v1.2.173"} |
| 10 | + :git/sha "9119dbe9b5f660cb77d29058b3b762978ee4b939"} |
12 | 11 | #_{:local/root "../nbb"} |
| 12 | + org.babashka/sci |
| 13 | + {:mvn/version "0.8.41"} |
13 | 14 | datascript/deps |
14 | | - {:git/url "https://github.com/babashka/nbb-features" |
15 | | - :git/sha "912ca86f1744b80d58d2c5c613df3a77d9f8624e" |
| 15 | + {:git/url "https://github.com/logseq/nbb-features" |
| 16 | + :git/sha "c16679a2f7327830a88fb61688e69e86eea015a0" |
16 | 17 | :deps/root "features/datascript"} |
| 18 | + #_{:local/root "../nbb-features/features/datascript"} |
17 | 19 | datascript-transit/deps |
18 | | - {:git/url "https://github.com/babashka/nbb-features" |
19 | | - :git/sha "912ca86f1744b80d58d2c5c613df3a77d9f8624e" |
| 20 | + {:git/url "https://github.com/logseq/nbb-features" |
| 21 | + :git/sha "c16679a2f7327830a88fb61688e69e86eea015a0" |
20 | 22 | :deps/root "features/datascript-transit"} |
21 | | - cljs-time/deps {:local/root "features/cljs-time"}} |
| 23 | + #_{:local/root "../nbb-features/features/datascript-transit"} |
| 24 | + cljs-time/deps {:local/root "features/cljs-time"} |
| 25 | + ;; nbb comes with cljs-bean but not cljs-bean.transit |
| 26 | + cljs-bean-transit/deps {:local/root "features/cljs-bean-transit"} |
| 27 | + rewrite-clj/deps {:local/root "features/rewrite-clj"} |
| 28 | + ordered/deps {:local/root "features/ordered"}} |
22 | 29 |
|
23 | 30 | :tasks |
24 | 31 | {:requires ([babashka.fs :as fs] |
|
0 commit comments