Skip to content

Commit 18948a8

Browse files
Merge pull request #277 from ClojureCivitas/clay-datastar
Clay datastar
2 parents 6dd4f20 + 14e817b commit 18948a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
metosin/malli {:mvn/version "0.19.1"}
1515
clj-fuzzy/clj-fuzzy {:mvn/version "0.4.1"}
1616
clj-thamil/clj-thamil {:mvn/version "0.2.0"}
17-
org.scicloj/clay {:mvn/version "2.0.3"}
17+
org.scicloj/clay {:mvn/version "2.0.5"}
1818
org.scicloj/kindly {:mvn/version "4-beta21"}
1919
thi.ng/geom {:mvn/version "1.0.1"}
2020
org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"}

src/scicloj/clay/webserver/datastar.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
;; When a client connects, we store its SSE generator.
181181
;; When it closes, we remove it.
182182
;;
183-
;; [^handler-feature]: This `:kindly/handler` feature is available in Clay 2.0.4 and later. See the [Clay documentation](https://scicloj.github.io/clay/clay_book.webserver.html#handler-endpoints) for details.
183+
;; [^handler-feature]: This `:kindly/handler` feature is available in Clay 2.0.5 and later. See the [Clay documentation](https://scicloj.github.io/clay/clay_book.webserver.html#handler-endpoints) for details.
184184

185185
(require '[starfederation.datastar.clojure.adapter.http-kit :as d*a])
186186

0 commit comments

Comments
 (0)