Skip to content

Commit

Permalink
Bump formatter deps (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 authored Nov 21, 2023
1 parent 12b608d commit b6ab4ee
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2023.09.07'
version: '2023.10.20'

- uses: DeLaGuardo/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2023.09.07'
version: '2023.10.20'

- uses: DeLaGuardo/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
kovacnica/clojure.network.ip {:mvn/version "0.1.3"}
dev.weavejester/cljfmt {:mvn/version "0.11.2"}
tvaughan/kibit-runner {:mvn/version "1.0.1"}
jonase/eastwood {:mvn/version "1.4.0"}}
jonase/eastwood {:mvn/version "1.4.2"}}
:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}
:main-opts ["-m" "kaocha.runner"]}
:generate-asserts {:main-opts ["-m" "battle-asserts.core"]}
Expand Down

0 comments on commit b6ab4ee

Please sign in to comment.