|
78 | 78 | {:extra-paths ["dev" "test"] |
79 | 79 | :extra-deps {djblue/portal {:mvn/version "0.61.0"} ; portal data inspector |
80 | 80 | org.clojure/clojurescript {:mvn/version "1.10.844"} |
81 | | - lambdaisland/kaocha-cljs {:mvn/version "1.5.154"} |
| 81 | + lambdaisland/kaocha-cljs {:mvn/version "1.8.163"} |
82 | 82 | org.clojure/test.check {:mvn/version "1.1.1"}}} |
83 | 83 |
|
84 | 84 | ;; DEPRECATED |
|
97 | 97 |
|
98 | 98 | ;; Component REPL libraries |
99 | 99 | :lib/integrant-repl |
100 | | - {:extra-deps {integrant/repl {:mvn/version "0.4.0"}}} |
| 100 | + {:extra-deps {integrant/repl {:mvn/version "0.5.0"}}} |
101 | 101 |
|
102 | 102 | :lib/component-repl |
103 | 103 | {:extra-deps {com.stuartsierra/component.repl {:mvn/version "1.0.0"}}} |
|
493 | 493 | ;; Databases and drivers uses only during development |
494 | 494 |
|
495 | 495 | :lib/next.jdbc |
496 | | - {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.1048"}}} |
| 496 | + {:extra-deps {com.github.seancorfield/next.jdbc {:mvn/version "1.3.1070"}}} |
497 | 497 |
|
498 | 498 | ;; H2 embedded database |
499 | 499 | :database/h2 |
500 | 500 | {:extra-deps |
501 | | - {com.h2database/h2 {:mvn/version "2.3.232"} |
502 | | - com.github.seancorfield/next.jdbc {:mvn/version "1.3.1048"}}} |
| 501 | + {com.h2database/h2 {:mvn/version "2.4.240"} |
| 502 | + com.github.seancorfield/next.jdbc {:mvn/version "1.3.1070"}}} |
503 | 503 | ;; --------------------------------------------------- |
504 | 504 |
|
505 | 505 | ;; --------------------------------------------------- |
|
544 | 544 | ;; Flowstorm, a tracing debugger |
545 | 545 | ;; https://github.com/jpmonettas/flow-storm-debugger |
546 | 546 | :lib/flowstorm |
547 | | - {:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "4.5.3"}}} |
| 547 | + {:extra-deps {com.github.flow-storm/flow-storm-dbg {:mvn/version "4.5.7"}}} |
548 | 548 |
|
549 | 549 | ;; Suggested FlowStorm approach. |
550 | 550 | ;; Use patched Clojure compiler which instruments all evaluations |
551 | 551 | ;; https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_clojurestorm |
552 | 552 | :lib/clojurestorm |
553 | 553 | {:classpath-overrides {org.clojure/clojure nil} |
554 | | - :extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.2"} |
555 | | - com.github.flow-storm/flow-storm-dbg {:mvn/version "4.5.3"}} |
| 554 | + :extra-deps {com.github.flow-storm/clojure {:mvn/version "1.12.3-1"} |
| 555 | + com.github.flow-storm/flow-storm-dbg {:mvn/version "4.5.7"}} |
556 | 556 | ;; Optionally add jvm-opt to manage instrumentation: |
557 | 557 | ;; -Dclojure.storm.instrumentOnlyPrefixes=YOUR_INSTRUMENTATION_STRING" |
558 | 558 | :jvm-opts ["-Dclojure.storm.instrumentEnable=true"]} |
|
641 | 641 | :test/cljs |
642 | 642 | {:extra-paths ["test"] |
643 | 643 | :extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"} |
644 | | - lambdaisland/kaocha-cljs {:mvn/version "1.5.154"}} |
| 644 | + lambdaisland/kaocha-cljs {:mvn/version "1.8.163"}} |
645 | 645 | :main-opts ["--main" "kaocha.runner" "unit-cljs"]} |
646 | 646 |
|
647 | 647 | ;; https://github.com/lambdaisland/kaocha-cucumbe |
|
759 | 759 | {:replace-paths [] |
760 | 760 | :replace-deps {clojurians-zulip/feeds |
761 | 761 | {:git/url "https://gitlab.com/clojurians-zulip/feeds.git" |
762 | | - :sha "d7e9deaec0b492998e20dee7735e0ad31d83e246"}} |
| 762 | + :sha "39c07aefe1903685d9d43492cda4ad2eb34cf51c"}} |
763 | 763 | :main-opts ["--main" "inclined.main" |
764 | 764 | "--ns" "clojurians-zulip.events" "--"]} |
765 | 765 | ;; --------------------------------------------------- |
|
0 commit comments