Use clj-yaml with fixes

This commit is contained in:
Michiel Borkent 2022-09-24 12:33:46 +02:00
parent 78cbdd1d82
commit 0c87ed2312
2 changed files with 4 additions and 2 deletions

View file

@ -31,7 +31,8 @@
org.clojure/data.csv {:mvn/version "1.0.0"},
cheshire/cheshire {:mvn/version "5.11.0"}
org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
clj-commons/clj-yaml {:mvn/version "0.7.110"}
io.github.borkdude/clj-yaml {:mvn/version "0.7-1.33-next"}
#_#_clj-commons/clj-yaml {:mvn/version "0.7.110"}
com.cognitect/transit-clj {:mvn/version "1.0.329"}
org.clojure/test.check {:mvn/version "1.1.1"}
nrepl/bencode {:mvn/version "1.1.0"}

View file

@ -38,7 +38,8 @@
:profiles {:feature/xml {:source-paths ["feature-xml"]
:dependencies [[org.clojure/data.xml "0.2.0-alpha8"]]}
:feature/yaml {:source-paths ["feature-yaml"]
:dependencies [[clj-commons/clj-yaml "0.7.110"]]}
:dependencies [[io.github.borkdude/clj-yaml "0.7-1.33-next"
#_#_clj-commons/clj-yaml "0.7.110"]]}
: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"]]}]