Skip to content

Commit

Permalink
[fix] [#429] Bump deps, fix possible broken cljs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jun 30, 2023
1 parent cdbe417 commit 7889a0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions example-project/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
[nrepl "1.0.0"] ; Optional, for Cider

[com.taoensso/sente "1.18.0-RC1"] ; <--- Sente
[com.taoensso/timbre "6.1.0"]
[com.taoensso/timbre "6.2.1"]

;;; TODO Choose (uncomment) a supported web server -----------------------
[http-kit "2.7.0-RC1"] ; Default
[http-kit "2.7.0"] ; Default
;; [org.immutant/web "x.y.z"
;; :exclusions [ring/ring-core]]
;; [nginx-clojure/nginx-clojure-embed "x.y.z"] ; Needs v0.4.2+
Expand All @@ -43,7 +43,7 @@
[[lein-pprint "1.3.2"]
[lein-ancient "0.7.0"]
[lein-cljsbuild "1.1.8"]
[cider/cider-nrepl "0.30.0"]] ; Optional, for use with Emacs
[cider/cider-nrepl "0.31.0"]] ; Optional, for use with Emacs

:cljsbuild
{:builds
Expand Down
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

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

:plugins
[[lein-pprint "1.3.2"]
Expand All @@ -41,7 +41,7 @@
{:dependencies
[[org.immutant/web "2.1.10"]
[nginx-clojure "0.6.0"]
[aleph "0.6.2"]
[aleph "0.6.3"]
[macchiato/core "0.2.23"]
[luminus/ring-undertow-adapter "1.3.1"]
[info.sunng/ring-jetty9-adapter "0.22.0"]]
Expand All @@ -58,7 +58,7 @@
[[com.cognitect/transit-clj "1.0.333"]
[com.cognitect/transit-cljs "0.8.280"]
[org.clojure/test.check "1.1.1"]
[http-kit "2.7.0-RC1"]]}}
[http-kit "2.7.0"]]}}

:cljsbuild
{:test-commands {"node" ["node" :node-runner "target/main.js"]
Expand Down

0 comments on commit 7889a0b

Please sign in to comment.