Skip to content

Commit 1ee1763

Browse files
committed
[nop] Bump deps
1 parent 6b165c6 commit 1ee1763

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.81.0"]
13+
[[com.taoensso/encore "3.85.0"]
1414
[org.clj-commons/pretty "2.2.1"]]
1515

1616
:profiles

src/taoensso/timbre.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#?(:cljs (:require-macros [taoensso.timbre])))
1414

15-
(enc/assert-min-encore-version [3 81 0])
15+
(enc/assert-min-encore-version [3 85 0])
1616

1717
(comment
1818
(remove-ns 'taoensso.timbre)

0 commit comments

Comments
 (0)