Skip to content

Commit

Permalink
[nop] Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 12, 2023
1 parent 9bb96f0 commit 15cfe0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

:dependencies
[[org.clojure/core.async "1.6.673"]
[com.taoensso/encore "3.60.0"]
[com.taoensso/encore "3.62.0"]
[org.java-websocket/Java-WebSocket "1.5.3"]
[org.clojure/tools.reader "1.3.6"]
[com.taoensso/timbre "6.2.1"]]

:plugins
[[lein-pprint "1.3.2"]
[lein-ancient "0.7.0"]
[lein-codox "0.10.8"]
[lein-cljsbuild "1.1.8"]]
[lein-cljsbuild "1.1.8"]
[com.taoensso.forks/lein-codox "0.10.9"]]

:codox
{:language #{:clojure :clojurescript}
Expand All @@ -45,7 +45,7 @@
[[org.immutant/web "2.1.10"]
[nginx-clojure "0.6.0"]
[aleph "0.6.3"]
[macchiato/core "0.2.23"]
[macchiato/core "0.2.23"] ; Note 0.2.24 seems to fail?
[luminus/ring-undertow-adapter "1.3.1"]
[info.sunng/ring-jetty9-adapter "0.22.0"]]

Expand Down
2 changes: 1 addition & 1 deletion src/taoensso/sente.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
#?(:cljs (:require-macros [taoensso.sente :as sente-macros :refer [elide-require]]))
#?(:clj (:import [org.java_websocket.client WebSocketClient])))

(enc/assert-min-encore-version [3 49 0])
(enc/assert-min-encore-version [3 62 0])
(def sente-version "Useful for identifying client/server mismatch" [1 18 1])

#?(:cljs (def ^:private node-target? (= *target* "nodejs")))
Expand Down

0 comments on commit 15cfe0a

Please sign in to comment.