Skip to content

Commit

Permalink
use newest ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Mar 13, 2023
1 parent 0927a48 commit e2f2e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project.clj
Expand Up @@ -43,7 +43,8 @@
:dependencies [[org.clojure/data.xml "0.2.0-alpha8"]]}
:feature/yaml {:source-paths ["feature-yaml"]
:dependencies [[clj-commons/clj-yaml "0.7.169"
#_#_clj-commons/clj-yaml "0.7.110"]]}
#_#_clj-commons/clj-yaml "0.7.110"]
[org.flatland/ordered "1.15.10"]]}
: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"]]}]
Expand Down

0 comments on commit e2f2e9a

Please sign in to comment.