Skip to content

Commit

Permalink
[nop] Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 19, 2024
1 parent 14be80f commit ab43590
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.85.0"]]
[[com.taoensso/encore "3.95.1"]]

:profiles
{;; :default [:base :system :user :provided :dev]
Expand Down
2 changes: 1 addition & 1 deletion src/taoensso/tempel.clj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(remove-ns 'taoensso.tempel)
(:api (enc/interns-overview)))

(enc/assert-min-encore-version [3 85 0])
(enc/assert-min-encore-version [3 95 1])

;;;; TODO
;; - Consider including something like Signal's "Double Ratchet" work?
Expand Down

0 comments on commit ab43590

Please sign in to comment.