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 a86699f commit 78ce67dCopy full SHA for 78ce67d
project.clj
@@ -1,4 +1,4 @@
1
-(defproject com.taoensso/encore "3.155.0"
+(defproject com.taoensso/encore "3.157.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 155 0])
+(def encore-version "See `assert-min-encore-version`" [3 157 0])
126
127
(declare println)
128
0 commit comments