Skip to content

Commit

Permalink
Merge pull request #10 from wjlroe/bump-kibit-0.0.8
Browse files Browse the repository at this point in the history
Bump to kibit 0.0.8
  • Loading branch information
Alex Redington committed Aug 18, 2014
2 parents 3727e67 + c0a1d79 commit 8851aa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -6,4 +6,4 @@
/.lein-failures
/checkouts
/.lein-deps-sum
/target/stale/dependencies
/target
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ idiomatic.
## Requirements

* [Emacs](http://www.gnu.org/software/emacs/) 24.0 or greater
* [Clojure](http://clojure.org) 1.4 or greater
* [Clojure](http://clojure.org) 1.6 or greater
* [Leiningen](https://github.com/technomancy/leiningen) 1.6.2 or greater
* [clojure-mode](https://github.com/technomancy/clojure-mode) 1.11.5 or greater

Expand Down
11 changes: 5 additions & 6 deletions project.clj
@@ -1,9 +1,8 @@
(defproject kibit-mode "0.0.1"
:description "A kibit compiler for Clojure files"
:dependencies [[org.clojure/clojure "1.4.0"]
[jonase/kibit "0.0.3"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[jonase/kibit "0.0.8"]]
:profiles {:dev {:resource-paths ["bogus_src"]
:dependencies [[midje "1.4.0"]
[lein-midje "2.0.0-SNAPSHOT"]]}}
:eval-in :leiningen
)
:dependencies [[midje "1.6.3"]
[lein-midje "3.1.3"]]}}
:eval-in :leiningen)

0 comments on commit 8851aa7

Please sign in to comment.