File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 ; ; REPL to support bb dev-jvm & dev-cljs tasks, see script/dev_repl.clj
2929 ; ;
3030 :nrepl
31- {:extra-deps {nrepl/nrepl {:mvn/version " 1.4.0 " }
32- cider/cider-nrepl {:mvn/version " 0.57 .0" }}
31+ {:extra-deps {nrepl/nrepl {:mvn/version " 1.5.1 " }
32+ cider/cider-nrepl {:mvn/version " 0.58 .0" }}
3333 :jvm-opts [" -XX:-OmitStackTraceInFastThrow" ]}
3434
3535 :flowstorm
3636 {; ; for disabling the official compiler
3737 :classpath-overrides {org.clojure/clojure nil }
3838 :extra-deps {com.github.flow-storm/clojure {:mvn/version " 1.12.3-1" }
39- com.github.flow-storm/flow-storm-dbg {:mvn/version " 4.5.7 " }}
39+ com.github.flow-storm/flow-storm-dbg {:mvn/version " 4.5.8 " }}
4040 :jvm-opts [" -Dclojure.storm.instrumentEnable=true" ]}
4141
4242 :nrepl/jvm
130130 cli-matic/cli-matic {:mvn/version " 0.5.4" }}}
131131
132132 :apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version " 1.12.2" }}
133- :extra-deps {metosin/malli {:mvn/version " 0.19.1 " }
133+ :extra-deps {metosin/malli {:mvn/version " 0.19.2 " }
134134 io.aviso/pretty {:mvn/version " 1.4.4" }}
135135 :ns-default lread.apply-import-vars}
136136
Original file line number Diff line number Diff line change 299299 :show-deps-fn cli-deps-tree
300300 :test-cmds [" clojure -T:build ci" ]}
301301 {:name " cljfmt"
302- :version " 0.13.4 "
302+ :version " 0.15.1 "
303303 :platforms [:clj :cljs ]
304304 :root " cljfmt"
305305 :github-release {:repo " weavejester/cljfmt"
You can’t perform that action at this time.
0 commit comments