Skip to content

Commit

Permalink
update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz committed Jul 14, 2012
1 parent a4e48e0 commit 5f6cee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ To include Cascalog in your leiningen or cake project, add the following to your

General

[cascalog "1.9.0"] ;; under :dependencies
[cascalog "1.10.0"] ;; under :dependencies
[org.apache.hadoop/hadoop-core "0.20.2-dev"] ;; under :dev-dependencies

Leiningen 2.0

:dependencies [cascalog "1.9.0"]
:dependencies [cascalog "1.10.0"]
:profiles { :dev {:dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]]}}

Leiningen < 2.0

:dependencies [cascalog "1.9.0"]
:dependencies [cascalog "1.10.0"]
:dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]]

Note that Cascalog is compatible with Clojure 1.2.0, 1.2.1, 1.3.0, and 1.4.0.
Expand Down

0 comments on commit 5f6cee7

Please sign in to comment.