Skip to content

Commit

Permalink
[nop] Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jan 5, 2024
1 parent 8c71a1d commit 6c7b383
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 @@ -8,7 +8,7 @@
:url "https://www.eclipse.org/legal/epl-v10.html"}

:dependencies
[[com.taoensso/encore "3.74.0"]]
[[com.taoensso/encore "3.75.0-alpha5"]] ; TODO Stable

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

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

0 comments on commit 6c7b383

Please sign in to comment.