File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" src" ]
2
- :deps {io.github.clojure/tools.build {:mvn/version " 0.10.6 " }
2
+ :deps {io.github.clojure/tools.build {:mvn/version " 0.10.7 " }
3
3
babashka/fs {:mvn/version " 0.5.24" }}}
Original file line number Diff line number Diff line change 3
3
:aliases
4
4
{:svm
5
5
; ; this library is "provided"
6
- {:extra-deps {org.graalvm.sdk/nativeimage {:mvn/version " 24.1.2 " }}}
7
- :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.6 " }
6
+ {:extra-deps {org.graalvm.sdk/nativeimage {:mvn/version " 24.2.0 " }}}
7
+ :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.7 " }
8
8
babashka/fs {:mvn/version " 0.5.24" }
9
9
babashka/process {:mvn/version " 0.5.22" }
10
10
slipset/deps-deploy {:mvn/version " 0.2.2" }}
11
11
:ns-default build}
12
12
:uber {:extra-paths [" test" ]}
13
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.01.16 " }}
13
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2025.02.20 " }}
14
14
:main-opts [" -m" " clj-kondo.main" ]}
15
15
:test {:extra-paths [" test" ]
16
16
:extra-deps {io.github.cognitect-labs/test-runner
17
17
{:git/tag " v0.5.1" :git/sha " dfb30dd" }
18
18
babashka/process {:mvn/version " 0.5.22" }}
19
19
:exec-fn cognitect.test-runner.api/test}
20
- :outdated {:deps {org.slf4j/slf4j-simple {:mvn/version " 2.0.16 " } ; ; to rid ourselves of logger warnings
21
- com.github.liquidz/antq {:mvn/version " 2.11.1264 " }}
20
+ :outdated {:deps {org.slf4j/slf4j-simple {:mvn/version " 2.0.17 " } ; ; to rid ourselves of logger warnings
21
+ com.github.liquidz/antq {:mvn/version " 2.11.1276 " }}
22
22
:main-opts [" -m" " antq.core" ]}}}
You can’t perform that action at this time.
0 commit comments