[fix] [#65] Fix broken callsite :limit option

This commit is contained in:
Peter Taoussanis 2025-05-27 08:18:28 +02:00
parent 3746de8039
commit f08b60bce4
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
:scm {:name "git" :url "https://github.com/taoensso/telemere"}
:dependencies
[[com.taoensso/encore "3.145.0"]]
[[com.taoensso/encore "3.146.1"]]
:test-paths ["test" #_"src"]

View file

@ -31,7 +31,7 @@
(remove-ns (symbol (str *ns*)))
(:api (enc/interns-overview)))
(enc/assert-min-encore-version [3 145 0])
(enc/assert-min-encore-version [3 146 1])
;;;; Shared signal API