Skip to content

Commit

Permalink
[nop] Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 26, 2024
1 parent cb5b7cf commit 7be9b4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
:url "https://www.eclipse.org/legal/epl-v10.html"}

:dependencies
[[org.clojure/tools.reader "1.3.7"]
[com.taoensso/encore "3.77.0"]
[[org.clojure/tools.reader "1.4.0"]
[com.taoensso/encore "3.85.0"]
[org.tukaani/xz "1.9"]
[io.airlift/aircompressor "0.25"]]
[io.airlift/aircompressor "0.26"]]

:test-paths ["test" #_"src"]

Expand Down Expand Up @@ -46,12 +46,12 @@

:dependencies
[[org.clojure/test.check "1.1.1"]
[org.clojure/data.fressian "1.0.0"]]
[org.clojure/data.fressian "1.1.0"]]

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

:codox
{:language #{:clojure #_:clojurescript}
Expand Down
2 changes: 1 addition & 1 deletion src/taoensso/nippy.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
PersistentQueue PersistentTreeMap PersistentTreeSet PersistentList
MapEntry LazySeq IRecord ISeq IType]))

(enc/assert-min-encore-version [3 77 0])
(enc/assert-min-encore-version [3 85 0])

(comment
(set! *unchecked-math* :warn-on-boxed)
Expand Down

0 comments on commit 7be9b4f

Please sign in to comment.