diff --git a/project.clj b/project.clj index 4a8ad08..7b1f4be 100644 --- a/project.clj +++ b/project.clj @@ -5,6 +5,6 @@ :url "http://www.apache.org/licenses/LICENSE-2.0"} :repositories [["sonatype" {:url "http://oss.sonatype.org/content/repositories/releases" :snapshots false}]] - :dependencies [[org.clojure/clojure "1.5.1"] + :dependencies [[org.clojure/clojure "1.6.0"] [com.lyncode/jtwig-core "2.1.7"] [org.apache.commons/commons-lang3 "3.1"]])