use newest ordered

This commit is contained in:
Michiel Borkent 2023-03-13 15:38:56 +01:00
parent 0927a48c50
commit e2f2e9ae4e

View file

@ -43,7 +43,8 @@
:dependencies [[org.clojure/data.xml "0.2.0-alpha8"]]}
:feature/yaml {:source-paths ["feature-yaml"]
:dependencies [[clj-commons/clj-yaml "0.7.169"
#_#_clj-commons/clj-yaml "0.7.110"]]}
#_#_clj-commons/clj-yaml "0.7.110"]
[org.flatland/ordered "1.15.10"]]}
:feature/jdbc {:source-paths ["feature-jdbc"]
:dependencies [[seancorfield/next.jdbc "1.1.610"]]}
:feature/sqlite [:feature/jdbc {:dependencies [[org.xerial/sqlite-jdbc "3.36.0.3"]]}]