diff --git a/project.clj b/project.clj index b2a214f..06ca6df 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject clojurewerkz/urly "2.0.0-SNAPSHOT" :description "A tiny Clojure library that parses URIs, URLs and relative values that real world HTML may contain" - :min-lein-version "2.4.3" + :min-lein-version "2.5.0" :license {:name "Eclipse Public License"} :dependencies [[org.clojure/clojure "1.6.0"] [com.google.guava/guava "18.0"]]