File tree Expand file tree Collapse file tree 5 files changed +62
-42
lines changed
Expand file tree Collapse file tree 5 files changed +62
-42
lines changed Original file line number Diff line number Diff line change 88 lread/status-line {:git/url " https://github.com/lread/status-line.git"
99 :sha " cf44c15f30ea3867227fa61ceb823e5e942c707f" }
1010 etaoin/etaoin {:mvn/version " 1.0.40" }
11- io.github.babashka/neil {:git/tag " v0.3.65 " :git/sha " 9a79582 " }}
11+ io.github.babashka/neil {:git/tag " v0.3.67 " :git/sha " 054ca51 " }}
1212 :tasks {; ; setup
1313 :requires ([clojure.string :as string]
1414 [lread.status-line :as status])
Original file line number Diff line number Diff line change 5656 :override-deps {org.clojure/clojure {:mvn/version " 1.11.3" }}
5757 :main-opts [" -m" " clj-kondo.main" ]}
5858
59- :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.4.2 " }}
59+ :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.4.3 " }}
6060 :main-opts [" -m" " eastwood.lint" {:source-paths [" src" ]
6161 :test-paths [" test" ]
6262 :add-linters [:performance ]
122122 cli-matic/cli-matic {:mvn/version " 0.5.4" }}}
123123
124124 :apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version " 1.11.3" }}
125- :extra-deps {metosin/malli {:mvn/version " 0.16.1 " }
125+ :extra-deps {metosin/malli {:mvn/version " 0.16.2 " }
126126 io.aviso/pretty {:mvn/version " 1.4.4" }}
127127 :ns-default lread.apply-import-vars}
128128
149149 ; ;
150150 ; ; Deployment
151151 ; ;
152- :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.4 " }}
152+ :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.5 " }}
153153 :extra-paths [" src" " build" ]
154154 :ns-default build}
155155
Original file line number Diff line number Diff line change 66 "karma-cljs-test" : " ^0.1.0" ,
77 "karma-junit-reporter" : " ^2.0.0" ,
88 "karma-spec-reporter" : " ^0.0.36" ,
9- "shadow-cljs" : " ^2.28.9 "
9+ "shadow-cljs" : " ^2.28.10 "
1010 }
1111}
Original file line number Diff line number Diff line change 263263; ; lib defs
264264; ;
265265
266- (def libs [{:name " ancient-clj"
266+ (def libs [{:name " adorn"
267+ :version " 0.1.131-alpha"
268+ :platforms [:clj :cljs ]
269+ :github-release {:repo " fabricate-site/adorn"
270+ :via :tag
271+ :version-prefix " v" }
272+ :patch-fn deps-edn-v1-patch
273+ :show-deps-fn cli-deps-tree
274+ ; ; TODO: cljs tests were spitting out lots of warnings and errors when I tried,
275+ ; ; revisit next version bump
276+ :test-cmds [" clojure -X:dev:test" ]}
277+ {:name " ancient-clj"
267278 :version " 2.0.0"
268279 :platforms [:clj ]
269280 :github-release {:repo " xsc/ancient-clj"
You can’t perform that action at this time.
0 commit comments