Skip to content

Commit

Permalink
[nop] Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jul 18, 2023
1 parent 3f8b07f commit 945e42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
*unchecked-math* false #_:warn-on-boxed}

:dependencies
[[com.taoensso/encore "3.62.0"]]
[[com.taoensso/encore "3.62.1"]]

:plugins
[[lein-pprint "1.3.2"]
[lein-ancient "0.7.0"]
[lein-cljsbuild "1.1.8"]
[com.taoensso.forks/lein-codox "0.10.9"]]
[com.taoensso.forks/lein-codox "0.10.10"]]

:codox
{:language #{:clojure :clojurescript}
Expand All @@ -38,7 +38,7 @@
:c1.10 {:dependencies [[org.clojure/clojure "1.10.1"]]}
:c1.9 {:dependencies [[org.clojure/clojure "1.9.0"]]}
:test {:dependencies [[org.clojure/test.check "1.1.1"]
[com.taoensso/timbre "6.2.1"]]}
[com.taoensso/timbre "6.2.2"]]}

:graal-tests
{:dependencies [[org.clojure/clojure "1.11.1"]
Expand Down
2 changes: 1 addition & 1 deletion src/taoensso/tufte.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#?(:clj (:import [taoensso.tufte.impl PStats]))
#?(:cljs (:require-macros [taoensso.tufte :refer [profiled]])))

(enc/assert-min-encore-version [3 62 0])
(enc/assert-min-encore-version [3 62 1])

;;;; Level filtering
;; Terminology note: we distinguish between call/form and min levels to ensure
Expand Down

0 comments on commit 945e42a

Please sign in to comment.