diff --git a/project.clj b/project.clj index 78a173a..fda438f 100644 --- a/project.clj +++ b/project.clj @@ -3,6 +3,6 @@ :description "a HTML selector-based (à la CSS) templating and transformation system for Clojure" :url "http://github.com/cgrand/enlive/" :profiles {:dev {:resource-paths ["test/resources"]}} - :dependencies [[org.clojure/clojure "1.2.0"] + :dependencies [[org.clojure/clojure "1.7.0"] [org.ccil.cowan.tagsoup/tagsoup "1.2.1"] [org.jsoup/jsoup "1.7.2"]])