Skip to content

Commit 9fd28ce

Browse files
committed
[nop] Bump deps
1 parent d8583b0 commit 9fd28ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:test-paths ["test" #_"src"]
1111

1212
:dependencies
13-
[[com.taoensso/encore "3.76.0"]]
13+
[[com.taoensso/encore "3.85.0"]]
1414

1515
:profiles
1616
{;; :default [:base :system :user :provided :dev]

src/taoensso/tempel.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
(remove-ns 'taoensso.tempel)
3939
(:api (enc/interns-overview)))
4040

41-
(enc/assert-min-encore-version [3 76 0])
41+
(enc/assert-min-encore-version [3 85 0])
4242

4343
;;;; TODO
4444
;; - Consider including something like Signal's "Double Ratchet" work?

0 commit comments

Comments
 (0)