Bump clj-yaml
This commit is contained in:
parent
813c6029c5
commit
c77944fad7
2 changed files with 2 additions and 2 deletions
2
deps.edn
2
deps.edn
|
|
@ -30,7 +30,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-alpha6"}
|
org.clojure/data.xml {:mvn/version "0.2.0-alpha6"}
|
||||||
clj-commons/clj-yaml {:mvn/version "0.7.108"}
|
clj-commons/clj-yaml {:mvn/version "0.7.109"}
|
||||||
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-alpha6"]]}
|
:dependencies [[org.clojure/data.xml "0.2.0-alpha6"]]}
|
||||||
:feature/yaml {:source-paths ["feature-yaml"]
|
:feature/yaml {:source-paths ["feature-yaml"]
|
||||||
:dependencies [[clj-commons/clj-yaml "0.7.108"]]}
|
:dependencies [[clj-commons/clj-yaml "0.7.109"]]}
|
||||||
: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"]]}
|
||||||
:feature/sqlite [:feature/jdbc {:dependencies [[org.xerial/sqlite-jdbc "3.36.0.3"]]}]
|
:feature/sqlite [:feature/jdbc {:dependencies [[org.xerial/sqlite-jdbc "3.36.0.3"]]}]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue