Skip to content

Commit

Permalink
Upgrade snakeyaml to 1.32 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Sep 13, 2022
1 parent 4c8abad commit 104cb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
:java-source-paths ["src/java"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
:dependencies
[[org.yaml/snakeyaml "1.31"]
[[org.yaml/snakeyaml "1.32"]
[org.flatland/ordered "1.5.9"]]
:profiles {:provided {:dependencies [[org.clojure/clojure "1.10.1"]]}})

0 comments on commit 104cb4c

Please sign in to comment.