Skip to content

Commit

Permalink
Upgrade dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shaffer committed Sep 27, 2024
1 parent 6083c87 commit c05963e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v14

- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Cache Clojure dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: clj-${{ github.repository }}-${{ hashFiles('**/deps.edn') }}
restore-keys: clj-${{ github.repository }}-
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v14

- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
uses: DeterminateSystems/magic-nix-cache-action@v8

- name: Cache Clojure dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: clj-${{ github.repository }}-${{ hashFiles('**/deps.edn') }}
restore-keys: clj-${{ github.repository }}-
Expand Down
10 changes: 5 additions & 5 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{org.clojure/clojure {:mvn/version "1.10.3"}}
:aliases
{:antq
{:deps {com.github.liquidz/antq {:mvn/version "2.7.1147"}
org.slf4j/slf4j-nop {:mvn/version "2.0.9"}}}
{:deps {com.github.liquidz/antq {:mvn/version "2.9.1232"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}}}
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.9.2" :git/sha "9c9f078"}}
:ns-default build}
Expand All @@ -12,8 +12,8 @@
:extra-deps
{com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner.git"
:sha "7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}
com.taoensso/carmine {:mvn/version "3.3.2"}
compojure/compojure {:mvn/version "1.7.0"}
:sha "9d36f36ff541dac680a05010e4348c744333f191"}
com.taoensso/carmine {:mvn/version "3.4.1"}
compojure/compojure {:mvn/version "1.7.1"}
ring/ring-mock {:mvn/version "0.4.0"}}
:main-opts ["-m" "cognitect.test-runner" "-e" ":redis"]}}}
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "rate-limit";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down

0 comments on commit c05963e

Please sign in to comment.