File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 289
289
:depends [build -p2pnode-subcommands]
290
290
:task (mapv play/generate-config -p2pnode-subcommands)}
291
291
292
- ; ; --------------------------------------
292
+ ; ; --------------------------------------
293
293
; ; -- collator
294
294
295
295
-collator-subcommand (play/collator-subcommand )
420
420
-deploy-conf
421
421
{:doc " Generate a deploy config"
422
422
:depends [-keypers -collator]
423
- ; FIXME keypers is now a list of lists, where
424
- ; the first list is the initially deployed keyper set
423
+ ; ; FIXME keypers is now a list of lists, where
424
+ ; ; the first list is the initially deployed keyper set
425
425
:task (let [conf {:keypers [-keypers]
426
426
:collator -collator
427
427
:fundValue " 100" }
490
490
(play/mocksequencer-subcommand )
491
491
-collator-subcommand])]
492
492
(fs/delete-if-exists cfgfile)))}
493
+
494
+ upgrade-dependencies
495
+ {:doc " Upgrade dependencies"
496
+ :task (clojure " -M:outdated --upgrade" )}
497
+
493
498
ci-gen sht.play/ci-gen}}
Original file line number Diff line number Diff line change 20
20
:build {:deps {io.github.clojure/tools.build {:mvn/version " 0.9.5" }}
21
21
:ns-default build
22
22
:exec-fn uber}
23
+ :outdated
24
+ {:extra-deps {com.github.liquidz/antq {:mvn/version " RELEASE" }
25
+ org.slf4j/slf4j-nop {:mvn/version " 2.0.9" }}
26
+ :main-opts [" -m" " antq.core" ]}
27
+
23
28
:dev {:extra-paths [" dev" ]}}}
You can’t perform that action at this time.
0 commit comments