Skip to content

Commit

Permalink
chore: deps up
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Aug 10, 2024
1 parent f9a7df6 commit 5eff4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:deps {dev.failsafe/failsafe {:mvn/version "3.3.2"}

Check failure on line 1 in deps.edn

View workflow job for this annotation

GitHub Actions / antq

org.clojure/clojure 1.11.4 is outdated. Latest version is 1.12.0. https://github.com/clojure/clojure/blob/clojure-1.12.0/changes.md
org.clojure/spec.alpha {:mvn/version "0.5.238"}
org.clojure/clojure {:mvn/version "1.11.3"}}
org.clojure/clojure {:mvn/version "1.11.4"}}
:paths ["src"]
:aliases {:test
{:extra-paths ["test"]
Expand All @@ -18,6 +18,6 @@
:metadata {:doc/format :markdown}}}

:build
{:extra-deps {com.github.liquidz/build.edn {:mvn/version "0.11.257"}}
{:extra-deps {com.github.liquidz/build.edn {:mvn/version "0.11.266"}}
:ns-default build-edn.main
:exec-args {}}}}

0 comments on commit 5eff4d4

Please sign in to comment.