Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 14, 2024
1 parent a0b8d38 commit 775a79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.4"}
integrant/integrant {:mvn/version "0.13.0"}
integrant/integrant {:mvn/version "0.13.1"}
metosin/reitit {:mvn/version "0.7.2"}}}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.4"]
[integrant "0.13.0"]
[integrant "0.13.1"]
[metosin/reitit "0.7.2"]]
:repl-options {:init-ns duct.router.reitit})

0 comments on commit 775a79d

Please sign in to comment.