Skip to content

Commit

Permalink
[nop] Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 23, 2024
1 parent a87fb81 commit 0bf2809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:test-paths ["test" #_"src"]

:dependencies
[[com.taoensso/encore "3.81.0"]
[[com.taoensso/encore "3.82.0"]
[org.clj-commons/pretty "2.2.1"]]

:profiles
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 81 0])
(enc/assert-min-encore-version [3 82 0])

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

0 comments on commit 0bf2809

Please sign in to comment.