Skip to content

Commit

Permalink
Bump clojure and other deps (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 authored May 20, 2024
1 parent c0c0aff commit 092eb48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

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

- name: Run checks
run: make checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

- 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.2"}
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
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.88.1376"}}
:aliases {:test {:extra-deps {lambdaisland/kaocha {:mvn/version "1.90.1383"}}
:main-opts ["-m" "kaocha.runner"]}
:generate-asserts {:main-opts ["-m" "battle-asserts.core"]}
:eastwood {:main-opts ["-m"
Expand Down

0 comments on commit 092eb48

Please sign in to comment.