Skip to content

Commit

Permalink
[wip] [#447] PR housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 8, 2024
1 parent ee86694 commit 8fde2a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
[aleph "0.8.1"]
[macchiato/core "0.2.23"] ; 0.2.24 seems to fail?
[luminus/ring-undertow-adapter "1.3.1"]
[info.sunng/ring-jetty9-adapter "0.22.0"]]
[info.sunng/ring-jetty9-adapter "0.35.1"]
[ring/ring-core "1.12.2"]
[ring/ring-jetty-adapter "1.12.2"]
[org.ring-clojure/ring-websocket-protocols "1.12.2"]]

;; For nginx-clojure on Java 17+,
;; Ref. https://github.com/nginx-clojure/nginx-clojure/issues/273
Expand Down
2 changes: 1 addition & 1 deletion src/taoensso/sente/server_adapters/community/jetty.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.jetty
(ns taoensso.sente.server-adapters.community.jetty
"Sente adapter for `ring-jetty-adapter`
(https://github.com/ring-clojure/ring/tree/master/ring-jetty-adapter).
Expand Down

0 comments on commit 8fde2a2

Please sign in to comment.