Skip to content

Commit

Permalink
Update Duct handler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jan 11, 2025
1 parent a5681da commit 9d7ae38
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,6 +1,6 @@
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.duct-framework/logger {:mvn/version "0.4.0"}
org.duct-framework/handler {:mvn/version "0.1.0"}
org.duct-framework/handler {:mvn/version "0.1.1"}
org.duct-framework/server.http.jetty {:mvn/version "0.3.0"}
org.duct-framework/router.reitit {:mvn/version "0.3.0"}
integrant/integrant {:mvn/version "0.13.1"}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.12.0"]
[org.duct-framework/logger "0.4.0"]
[org.duct-framework/handler "0.1.0"]
[org.duct-framework/handler "0.1.1"]
[org.duct-framework/server.http.jetty "0.3.0"]
[org.duct-framework/router.reitit "0.3.0"]
[integrant "0.13.1"]
Expand Down

0 comments on commit 9d7ae38

Please sign in to comment.