Skip to content

Commit

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

:dependencies
[[org.clojure/tools.reader "1.3.6"]
[[org.clojure/tools.reader "1.3.7"]
[com.taoensso/encore "3.68.0"]
[org.tukaani/xz "1.9"]
[io.airlift/aircompressor "0.25"]]
Expand Down
1 change: 1 addition & 0 deletions src/taoensso/nippy.clj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
PersistentQueue PersistentTreeMap PersistentTreeSet PersistentList
MapEntry LazySeq IRecord ISeq IType]))

;; TODO Update, use `enc/map-entry`, `enc/get-sys-val`
(enc/assert-min-encore-version [3 68 0])

(comment
Expand Down

0 comments on commit 7227082

Please sign in to comment.