Skip to content

Commit 104cb4c

Browse files
Upgrade snakeyaml to 1.32 (#34)
1 parent 4c8abad commit 104cb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
:java-source-paths ["src/java"]
1717
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
1818
:dependencies
19-
[[org.yaml/snakeyaml "1.31"]
19+
[[org.yaml/snakeyaml "1.32"]
2020
[org.flatland/ordered "1.5.9"]]
2121
:profiles {:provided {:dependencies [[org.clojure/clojure "1.10.1"]]}})

0 commit comments

Comments
 (0)