Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Feb 2, 2025
1 parent 12a62cd commit af99b5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@13.1
with:
cli: '1.12.0.1488'
cli: '1.12.0.1501'

- name: Test
run: clojure -X:test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@13.1
with:
cli: '1.12.0.1488'
cli: '1.12.0.1501'

- name: Test
run: clojure -X:test
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
io.aviso/pretty {:mvn/version "1.4.4"}
org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/tools.cli {:mvn/version "1.1.230"}
org.clojure/tools.deps {:mvn/version "0.21.1460"}
org.clojure/tools.deps {:mvn/version "0.21.1471"}
org.slf4j/slf4j-simple {:mvn/version "2.0.16"}}

:aliases {:native-image {:extra-deps
Expand Down

0 comments on commit af99b5a

Please sign in to comment.