Skip to content

Commit

Permalink
Fixed top-level project.clj file to point to 1.2.4 modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
liebke committed Oct 7, 2011
1 parent c396171 commit 7fa678e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project.clj
@@ -1,13 +1,13 @@
(defproject incanter "1.2.4"
:description "Incanter is a Clojure-based, R-like statistical programming and data visualization environment."
:dependencies [[incanter/incanter-core "1.2.3"]
[incanter/incanter-io "1.2.3"]
[incanter/incanter-charts "1.2.3"]
[incanter/incanter-processing "1.2.3"]
[incanter/incanter-mongodb "1.2.3"]
[incanter/incanter-pdf "1.2.3"]
[incanter/incanter-latex "1.2.3"]
[incanter/incanter-excel "1.2.3"]
:dependencies [[incanter/incanter-core "1.2.4"]
[incanter/incanter-io "1.2.4"]
[incanter/incanter-charts "1.2.4"]
[incanter/incanter-processing "1.2.4"]
[incanter/incanter-mongodb "1.2.4"]
[incanter/incanter-pdf "1.2.4"]
[incanter/incanter-latex "1.2.4"]
[incanter/incanter-excel "1.2.4"]
[swingrepl "1.0.0-SNAPSHOT"]
[jline "0.9.94"]]
:dev-dependencies [[lein-clojars "0.6.0"]
Expand Down

0 comments on commit 7fa678e

Please sign in to comment.