Skip to content

Commit

Permalink
Update build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
steffan-westcott committed Jul 1, 2024
1 parent 8471cb6 commit aca51c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Set up git user
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Install Clojure CLI tools
uses: DeLaGuardo/setup-clojure@12.3
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: '1.11.1.1435'
cli: '1.11.3.1463'
- name: Cache deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.m2/repository
Expand Down
12 changes: 6 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;!zprint {:width 140}

{:deps {org.clojure/clojure {:mvn/version "1.11.3"}}
:aliases {:build {:deps {io.github.clojure/tools.build {:git/tag "v0.9.6"
:git/sha "8e78bcc"}
:aliases {:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.4"
:git/sha "31388ff"}
slipset/deps-deploy {:mvn/version "0.2.2"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v2.22.1"
:git/sha "1bd3bfd"}}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v2.23.1"
:git/sha "4cf7360"}}
:ns-default build}
:antq {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1173"}
org.slf4j/slf4j-nop {:mvn/version "2.0.12"}}
:antq {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"}
org.slf4j/slf4j-nop {:mvn/version "2.0.13"}}
:main-opts ["-m" "antq.core"]}}}

0 comments on commit aca51c7

Please sign in to comment.