Skip to content

Commit

Permalink
Bump deps (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 authored Mar 31, 2024
1 parent 84e477f commit c0c0aff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

- uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2024.02.12'
version: '2024.03.13'

- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.11.1.1435'
tools-deps: '1.11.2.1446'

- name: Run checks
run: make checks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/checkout@v4
- uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2024.02.12'
version: '2024.03.13'

- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.11.1.1435'
tools-deps: '1.11.2.1446'

- name: Run checks
run: make checks
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "http://battle.hexlet.io"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
:deps {org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/tools.namespace {:mvn/version "1.5.0"}
org.clojure/data.json {:mvn/version "2.5.0"}
org.clojure/test.check {:mvn/version "1.1.1"}
Expand All @@ -14,7 +14,7 @@
dev.weavejester/cljfmt {:mvn/version "0.12.0"}
tvaughan/kibit-runner {:mvn/version "1.0.1"}
jonase/eastwood {:mvn/version "1.4.2"}}
:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.87.1366"}}
:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.88.1376"}}
:main-opts ["-m" "kaocha.runner"]}
:generate-asserts {:main-opts ["-m" "battle-asserts.core"]}
:eastwood {:main-opts ["-m"
Expand Down

0 comments on commit c0c0aff

Please sign in to comment.