From 7fa678e784571ef66b9b0cdb8a236d059b49959f Mon Sep 17 00:00:00 2001 From: David Edgar Liebke Date: Fri, 7 Oct 2011 09:15:32 -0400 Subject: [PATCH] Fixed top-level project.clj file to point to 1.2.4 modules. --- project.clj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/project.clj b/project.clj index 0c3fcfbb..345f25ba 100644 --- a/project.clj +++ b/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"]