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 8
8
lread/status-line {:git/url " https://github.com/lread/status-line.git"
9
9
:sha " cf44c15f30ea3867227fa61ceb823e5e942c707f" }
10
10
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 " }}
12
12
:tasks {; ; setup
13
13
:requires ([clojure.string :as string]
14
14
[lread.status-line :as status])
Original file line number Diff line number Diff line change 56
56
:override-deps {org.clojure/clojure {:mvn/version " 1.11.3" }}
57
57
:main-opts [" -m" " clj-kondo.main" ]}
58
58
59
- :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.4.2 " }}
59
+ :eastwood {:extra-deps {jonase/eastwood {:mvn/version " 1.4.3 " }}
60
60
:main-opts [" -m" " eastwood.lint" {:source-paths [" src" ]
61
61
:test-paths [" test" ]
62
62
:add-linters [:performance ]
122
122
cli-matic/cli-matic {:mvn/version " 0.5.4" }}}
123
123
124
124
: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 " }
126
126
io.aviso/pretty {:mvn/version " 1.4.4" }}
127
127
:ns-default lread.apply-import-vars}
128
128
149
149
; ;
150
150
; ; Deployment
151
151
; ;
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 " }}
153
153
:extra-paths [" src" " build" ]
154
154
:ns-default build}
155
155
Original file line number Diff line number Diff line change 6
6
"karma-cljs-test" : " ^0.1.0" ,
7
7
"karma-junit-reporter" : " ^2.0.0" ,
8
8
"karma-spec-reporter" : " ^0.0.36" ,
9
- "shadow-cljs" : " ^2.28.9 "
9
+ "shadow-cljs" : " ^2.28.10 "
10
10
}
11
11
}
Original file line number Diff line number Diff line change 263
263
; ; lib defs
264
264
; ;
265
265
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"
267
278
:version " 2.0.0"
268
279
:platforms [:clj ]
269
280
:github-release {:repo " xsc/ancient-clj"
You can’t perform that action at this time.
0 commit comments