Skip to content

Commit

Permalink
[fix] [#364] Bump Encore dep to fix issue with Truss aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 6, 2022
1 parent 4858d4b commit 46accbd
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 @@ -13,7 +13,7 @@
*unchecked-math* false #_:warn-on-boxed}

:dependencies
[[com.taoensso/encore "3.31.0"]
[[com.taoensso/encore "3.39.0"]
[io.aviso/pretty "1.3"]]

:plugins
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 31 0])
(enc/assert-min-encore-version [3 39 0])

(comment (test/run-tests))

Expand Down

0 comments on commit 46accbd

Please sign in to comment.