From e08667dbacc9a223955f83dd1616d7f3f3020bb4 Mon Sep 17 00:00:00 2001 From: Sam Ritchie Date: Thu, 12 Jan 2012 12:19:35 -0500 Subject: [PATCH] Bump to readme. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e36e29..221f0b0 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Midje-Cascalog is a thin layer over [midje](https://github.com/marick/Midje) tha To use midje-cascalog in your own project, add the following two entries to `:dev-dependencies` inside of your `project.cj` file: - [lein-midje "1.0.4"] - [midje-cascalog "0.3.0"] + [lein-midje "1.0.7"] + [midje-cascalog "0.3.1"] -Midje-Cascalog supports Clojure 1.2 and 1.3. Add `(:use [midje sweet cascalog])` to your testing namespace to get started. +Midje-Cascalog supports Clojure 1.2 and 1.3 and Cascalog 1.8 and 1.9. Add `(:use [midje sweet cascalog])` to your testing namespace to get started. When you're all finished writing tests, `lein run` at the command line will run all Midje tests and generate a summary.