Skip to content

Commit 745e3af

Browse files
committed
Fix dependency issue now that upstream published a new version
1 parent 3de3343 commit 745e3af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
:distribution :repo}
77
:dependencies [[org.clojure/clojure "1.10.1"]]
88
:profiles {:dev {:dependencies [[midje "1.9.6"]
9-
[org.flatland/ordered "1.5.7"] ;; https://github.com/owainlewis/yaml/issues/28
109
[org.clojure/data.json "0.2.7"]
11-
[io.forward/yaml "1.0.9"]]
10+
[io.forward/yaml "1.0.11"]]
1211
:plugins [[lein-midje "3.2.1"]]}})

0 commit comments

Comments
 (0)