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 99bbc19 commit e89dfc1
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,15 +14,15 @@
*unchecked-math* false #_:warn-on-boxed}

:dependencies
[[com.taoensso/encore "3.60.0"]
[[com.taoensso/encore "3.62.1"]
[io.aviso/pretty "1.1.1"] ; Temporarily use old release, Ref. #369
]

: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.10"]]

:codox
{:language #{:clojure :clojurescript}
Expand Down Expand Up @@ -68,7 +68,7 @@
[[org.clojure/test.check "1.1.1"]
[org.clojure/tools.logging "1.2.4"]
[com.taoensso/nippy "3.2.0"]
[com.taoensso/carmine "3.2.0"
[com.taoensso/carmine "3.3.0-RC1"
:exclusions [com.taoensso/timbre]]
[com.draines/postal "2.0.5"]]}

Expand Down
2 changes: 1 addition & 1 deletion src/taoensso/timbre.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#?(:cljs (:require-macros [taoensso.timbre])))

(enc/assert-min-encore-version [3 49 0])
(enc/assert-min-encore-version [3 62 1])

(comment
(remove-ns 'taoensso.timbre)
Expand Down

0 comments on commit e89dfc1

Please sign in to comment.