diff --git a/project.clj b/project.clj index 970736b..ac9e75c 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.5.1"] - [pathetic "0.5.0"] + [pathetic "0.5.1"] [org.clojure/clojurescript "0.0-1835" :optional true]] :source-paths ["src" "target/generated-src"]