We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860ec3b commit 579d077Copy full SHA for 579d077
project.clj
@@ -1,4 +1,4 @@
1
-(defproject com.taoensso/encore "3.158.0"
+(defproject com.taoensso/encore "3.159.0"
2
:author "Peter Taoussanis <https://www.taoensso.com>"
3
:description "Core utils library for Clojure/Script"
4
:url "https://www.taoensso.com/encore"
src/taoensso/encore.cljc
@@ -122,7 +122,7 @@
122
identical-kw? satisfies? satisfies! instance! use-transient?
123
with-default-print-opts typed-val]])))
124
125
-(def encore-version "See `assert-min-encore-version`" [3 158 0])
+(def encore-version "See `assert-min-encore-version`" [3 159 0])
126
127
(declare println)
128
0 commit comments