Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shaffer committed Dec 28, 2023
1 parent 1f669fd commit 3f58dff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
id: cache
Expand All @@ -22,7 +22,7 @@ jobs:
~/.m2
- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v24

- run: nix-build

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
id: cache
Expand All @@ -25,7 +25,7 @@ jobs:
~/.m2
- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v24

- run: nix-build

Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
{org.clojure/clojure {:mvn/version "1.10.3"}}
:aliases
{:antq
{:deps {com.github.liquidz/antq {:mvn/version "2.1.939"}
org.slf4j/slf4j-nop {:mvn/version "2.0.3"}}}
{:deps {com.github.liquidz/antq {:mvn/version "2.7.1147"}
org.slf4j/slf4j-nop {:mvn/version "2.0.9"}}}
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.8.3" :git/sha "7ac1f8d"}}
{:git/tag "v0.9.2" :git/sha "9c9f078"}}
:ns-default build}
:test
{:extra-paths ["test"]
:extra-deps
{com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}
com.taoensso/carmine {:mvn/version "3.1.0"}
com.taoensso/carmine {:mvn/version "3.3.2"}
compojure/compojure {:mvn/version "1.7.0"}
ring/ring-mock {:mvn/version "0.4.0"}}
:main-opts ["-m" "cognitect.test-runner" "-e" ":redis"]}}}

0 comments on commit 3f58dff

Please sign in to comment.