Skip to content

Commit

Permalink
update test/deploy deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Apr 15, 2023
1 parent bc66ec5 commit 6748d86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.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@master
with:
cli: '1.11.1.1208'
cli: '1.11.1.1273'
- name: Cache All The Things
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1208'
cli: '1.11.1.1273'
- name: Cache All The Things
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Clojure CLI
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1208'
cli: '1.11.1.1273'
- name: Cache All The Things
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Clojure CLI
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1208'
cli: '1.11.1.1273'
- name: Cache All The Things
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{;; for help: clojure -A:deps -T:build help/doc
:build {:deps {io.github.clojure/tools.build
{:git/tag "v0.9.4" :git/sha "76b78fe"}
slipset/deps-deploy {:mvn/version "0.2.0"}}
slipset/deps-deploy {:mvn/version "0.2.1"}}
:ns-default build}

;; versions to test against:
Expand All @@ -32,7 +32,7 @@
:main-opts ["-m" "cljs-test-runner.main"]}

:gen-doc-tests {:replace-paths ["build"]
:extra-deps {babashka/fs {:mvn/version "0.2.12"}
:extra-deps {babashka/fs {:mvn/version "0.3.17"}
com.github.lread/test-doc-blocks {:mvn/version "1.0.166-alpha"}}
:main-opts ["-m" "honey.gen-doc-tests"]}

Expand Down

0 comments on commit 6748d86

Please sign in to comment.