Skip to content

Commit

Permalink
Update README with current incanter version (1.9.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Molteni committed Jun 10, 2018
1 parent 7769024 commit f8ec4a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.textile
Expand Up @@ -49,15 +49,15 @@ h4. Include in Clojure project

Include all incanter modules at once in your <code>project.clj</code>:

bc[clojure]. :dependencies [[org.clojure/clojure "1.6.0"]
[incanter "1.5.7"]]
bc[clojure]. :dependencies [[org.clojure/clojure "1.9.0"]
[incanter "1.9.3"]]


Or only the modules you need:

bc. :dependencies [[org.clojure/clojure "1.6.0"]
[incanter/incanter-core "1.5.7"]
[incanter/incanter-charts "1.5.7"]]
bc. :dependencies [[org.clojure/clojure "1.9.0"]
[incanter/incanter-core "1.9.3"]
[incanter/incanter-charts "1.9.3"]]

Start repl:

Expand Down

0 comments on commit f8ec4a5

Please sign in to comment.