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 18, 2023
1 parent 2b8039b commit cdefd04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example-project/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[nrepl "1.0.0"] ; Optional, for Cider

[com.taoensso/sente "1.19.0"] ; <--- Sente
[com.taoensso/timbre "6.2.1"]
[com.taoensso/timbre "6.2.2"]

;;; TODO Choose (uncomment) a supported web server -----------------------
[http-kit "2.7.0"] ; Default
Expand Down
6 changes: 3 additions & 3 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.62.0"]
[com.taoensso/encore "3.62.1"]
[org.java-websocket/Java-WebSocket "1.5.3"]
[org.clojure/tools.reader "1.3.6"]
[com.taoensso/timbre "6.2.1"]]
[com.taoensso/timbre "6.2.2"]]

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

:codox
{:language #{:clojure :clojurescript}
Expand Down
2 changes: 1 addition & 1 deletion src/taoensso/sente.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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 62 0])
(enc/assert-min-encore-version [3 62 1])
(def sente-version "Useful for identifying client/server mismatch" [1 18 2])

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

0 comments on commit cdefd04

Please sign in to comment.