Skip to content

Commit

Permalink
modified: project.clj
Browse files Browse the repository at this point in the history
- Updated to version 1.0.1
- Modified so that hopefully it'll build on lein versions before 2.0
  • Loading branch information
thebusby committed Mar 6, 2013
1 parent f75746f commit 842fd0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
@@ -1,11 +1,11 @@
(defproject iota "1.0.0"
(defproject iota "1.0.1"
:description "Allows Clojure's reducers to operate over mmap()'ed text files"
:url "https://clojars.org/iota"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.0"]]
:source-paths ["src/clj"]
:java-source-paths ["src/java"]
:warn-on-reflection true
:min-lein-version "2.0.0"
)
:source-paths "src/clj"
:java-source-paths "src/java"
:warn-on-reflection true)

0 comments on commit 842fd0d

Please sign in to comment.