Skip to content

Commit 89b7c03

Browse files
committed
Bump data.xml version so it'll work with clojure 1.9
1 parent 5b85ea6 commit 89b7c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(defproject clj-tagsoup "0.3.0"
22
:description "A HTML parser for Clojure."
33
:dependencies [[org.clojure/clojure "[1.2.0,)"]
4-
[org.clojure/data.xml "0.0.3"]
4+
[org.clojure/data.xml "0.0.8"]
55
[org.clojars.nathell/tagsoup "1.2.1"]
66
[net.java.dev.stax-utils/stax-utils "20040917"]])

0 commit comments

Comments
 (0)