From 181a1073754173868421e1e9ec4fef9e28448e1a Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Sat, 4 Aug 2012 19:01:51 +0200 Subject: [PATCH] Update README for 0.4.0 release At least with Clojure 1.3 and Lein 1.7.1 use of "clj-yaml" as a string throws an exception:java.lang.String cannot be cast to clojure.lang.Named --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fc03df..04c0589 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ `clj-yaml` is available as a Maven artifact from [Clojars](http://clojars.org/clj-yaml): :dependencies - [["clj-yaml" "0.3.0-SNAPSHOT"] + [[clj-yaml "0.4.0"] ...] ## Development