Skip to content

Commit bd800b8

Browse files
committed
Remove version range
1 parent 89b7c03 commit bd800b8

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."
3-
:dependencies [[org.clojure/clojure "[1.2.0,)"]
3+
:dependencies [[org.clojure/clojure "1.2.0"]
44
[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)