Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
belucid committed Nov 3, 2015
1 parent 3080202 commit 3557a2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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/)
6 changes: 3 additions & 3 deletions 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"
Expand All @@ -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
]
}
}
Expand Down

0 comments on commit 3557a2f

Please sign in to comment.