We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955c076 commit 282f3feCopy full SHA for 282f3fe
.github/workflows/native-image-test.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [ windows, ubuntu, macos ]
20
- java-version: [ '22.0.1' ]
+ java-version: [ '22.0.2' ]
21
test: [ native, native-sci ]
22
clojure-version: [ '1.11', '1.12' ]
23
deps.edn
@@ -160,7 +160,7 @@
160
;;
161
;; Maintenance support
162
163
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"}
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1206"}
164
org.slf4j/slf4j-simple {:mvn/version "2.0.13"} ;; to rid ourselves of logger warnings
165
}
166
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
0 commit comments