File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
- ' graalvm'
46
46
- ' graalvm-community'
47
47
java-version :
48
- - ' 22.0.1 '
48
+ - ' 22.0.2 '
49
49
steps :
50
50
- name : Checkout code
51
51
uses : actions/checkout@v4
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.4 " }
2
+ :deps {io.github.clojure/tools.build {:mvn/version " 0.10.5 " }
3
3
babashka/fs {:mvn/version " 0.5.21" }}}
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.0.1 " }}}
7
- :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.4 " }
6
+ {:extra-deps {org.graalvm.sdk/nativeimage {:mvn/version " 24.0.2 " }}}
7
+ :build {:deps {io.github.clojure/tools.build {:mvn/version " 0.10.5 " }
8
8
babashka/fs {:mvn/version " 0.5.21" }
9
9
babashka/process {:mvn/version " 0.5.22" }
10
10
slipset/deps-deploy {:mvn/version " 0.2.2" }}
18
18
babashka/process {:mvn/version " 0.5.22" }}
19
19
:exec-fn cognitect.test-runner.api/test}
20
20
:outdated {:deps {org.slf4j/slf4j-simple {:mvn/version " 2.0.13" } ; ; to rid ourselves of logger warnings
21
- com.github.liquidz/antq {:mvn/version " 2.8.1201 " }}
21
+ com.github.liquidz/antq {:mvn/version " 2.8.1206 " }}
22
22
:main-opts [" -m" " antq.core" ]}}}
You can’t perform that action at this time.
0 commit comments