Skip to content

Commit

Permalink
update dependencies (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen authored Nov 9, 2024
1 parent 5f1f722 commit 91a5b2b
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,7 +1,7 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/data.json {:mvn/version "2.4.0"}
clj-http/clj-http {:mvn/version "3.12.3"}
org.clojure/data.json {:mvn/version "2.5.0"}
clj-http/clj-http {:mvn/version "3.13.0"}
slingshot/slingshot {:mvn/version "0.12.2"}}
:aliases {:cider-clj {:extra-deps {cider/cider-nrepl {:mvn/version "0.27.2"}}
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]}
Expand Down

0 comments on commit 91a5b2b

Please sign in to comment.