Bump clj-yaml library to 0.7.2 (#562)
This commit is contained in:
parent
81b4010b54
commit
3f8a1bc1c8
2 changed files with 2 additions and 2 deletions
2
deps.edn
2
deps.edn
|
|
@ -16,7 +16,7 @@
|
|||
cheshire/cheshire {:mvn/version "5.10.0"}
|
||||
org.clojure/data.xml {:mvn/version "0.2.0-alpha6"}
|
||||
fipp/fipp {:mvn/version "0.6.22"}
|
||||
clj-commons/clj-yaml {:mvn/version "0.7.1"}
|
||||
clj-commons/clj-yaml {:mvn/version "0.7.2"}
|
||||
com.cognitect/transit-clj {:mvn/version "1.0.324"}
|
||||
nrepl/bencode {:mvn/version "1.1.0"}
|
||||
seancorfield/next.jdbc {:mvn/version "1.0.424"}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
:profiles {:feature/xml {:source-paths ["feature-xml"]
|
||||
:dependencies [[org.clojure/data.xml "0.2.0-alpha6"]]}
|
||||
:feature/yaml {:source-paths ["feature-yaml"]
|
||||
:dependencies [[clj-commons/clj-yaml "0.7.1"]]}
|
||||
:dependencies [[clj-commons/clj-yaml "0.7.2"]]}
|
||||
:feature/jdbc {:source-paths ["feature-jdbc"]
|
||||
:dependencies [[seancorfield/next.jdbc "1.0.424"]]}
|
||||
:feature/postgresql [:feature/jdbc {:dependencies [[org.postgresql/postgresql "42.2.12"]]}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue