From 3557a2f1df6948a262dc5ec22af3a5ec7a7e34f0 Mon Sep 17 00:00:00 2001 From: Sean Johnson Date: Tue, 3 Nov 2015 09:53:19 -0500 Subject: [PATCH] Update dependencies. --- CHANGELOG.md | 4 ++++ README.md | 2 +- project.clj | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e148d57..38c08cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,8 @@ ### v1.0.1 * Resolve [issue 1](https://github.com/SnootyMonkey/lein-sphinx/issues/1) - options can be confused with builds +* Update midje testing library version + +### v1.0.2-SNAPSHOT + * Update midje testing library version \ No newline at end of file diff --git a/README.md b/README.md index c9a69ef..f0361da 100644 --- a/README.md +++ b/README.md @@ -146,4 +146,4 @@ If you find an issue, please open it in the GitHub issue tracker. If you need a lein-sphinx is distributed under the [Mozilla Public License v2.0](http://www.mozilla.org/MPL/2.0/). -Copyright © 2013-2014 [Snooty Monkey, LLC](http://snootymonkey.com/) +Copyright © 2013-2015 [Snooty Monkey, LLC](http://snootymonkey.com/) \ No newline at end of file diff --git a/project.clj b/project.clj index 22e9816..32d0a11 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lein-sphinx "1.0.1" +(defproject lein-sphinx "1.0.2-SNAPSHOT" :description "A Leiningen plugin to generate documentation from reStructuredText using Sphinx." :url "https://github.com/SnootyMonkey/lein-sphinx" :license {:name "Mozilla Public License v2.0" @@ -11,10 +11,10 @@ :profiles { :dev { :dependencies [ - [midje "1.7.0"] ; Example-based testing https://github.com/marick/Midje + [midje "1.8.1"] ; Example-based testing https://github.com/marick/Midje ] :plugins [ - [lein-midje "3.1.3"] ; Example-based testing https://github.com/marick/lein-midje + [lein-midje "3.2"] ; Example-based testing https://github.com/marick/lein-midje ] } }