Go back to clj-commons/clj-yaml
This commit is contained in:
parent
e6f6b02c06
commit
8fdefb99b9
2 changed files with 2 additions and 3 deletions
3
deps.edn
3
deps.edn
|
|
@ -31,8 +31,7 @@
|
||||||
org.clojure/data.csv {:mvn/version "1.0.0"},
|
org.clojure/data.csv {:mvn/version "1.0.0"},
|
||||||
cheshire/cheshire {:mvn/version "5.11.0"}
|
cheshire/cheshire {:mvn/version "5.11.0"}
|
||||||
org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
|
org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
|
||||||
io.github.borkdude/clj-yaml {:mvn/version "0.7-1.33-next"}
|
clj-commons/clj-yaml {:mvn/version "0.7.169"}
|
||||||
#_#_clj-commons/clj-yaml {:mvn/version "0.7.110"}
|
|
||||||
com.cognitect/transit-clj {:mvn/version "1.0.329"}
|
com.cognitect/transit-clj {:mvn/version "1.0.329"}
|
||||||
org.clojure/test.check {:mvn/version "1.1.1"}
|
org.clojure/test.check {:mvn/version "1.1.1"}
|
||||||
nrepl/bencode {:mvn/version "1.1.0"}
|
nrepl/bencode {:mvn/version "1.1.0"}
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
:profiles {:feature/xml {:source-paths ["feature-xml"]
|
:profiles {:feature/xml {:source-paths ["feature-xml"]
|
||||||
:dependencies [[org.clojure/data.xml "0.2.0-alpha8"]]}
|
:dependencies [[org.clojure/data.xml "0.2.0-alpha8"]]}
|
||||||
:feature/yaml {:source-paths ["feature-yaml"]
|
:feature/yaml {:source-paths ["feature-yaml"]
|
||||||
:dependencies [[io.github.borkdude/clj-yaml "0.7-1.33-next"
|
:dependencies [[clj-commons/clj-yaml "0.7.169"
|
||||||
#_#_clj-commons/clj-yaml "0.7.110"]]}
|
#_#_clj-commons/clj-yaml "0.7.110"]]}
|
||||||
:feature/jdbc {:source-paths ["feature-jdbc"]
|
:feature/jdbc {:source-paths ["feature-jdbc"]
|
||||||
:dependencies [[seancorfield/next.jdbc "1.1.610"]]}
|
:dependencies [[seancorfield/next.jdbc "1.1.610"]]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue