From 7538fb9e7a3cfbb7188b320d33315558e0e5ae63 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Sun, 18 Jul 2010 11:23:13 -0500 Subject: [PATCH] moving to 1.2 --- project.clj | 4 ++-- run.bat | 2 +- run.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project.clj b/project.clj index acd6dc7..0f0e546 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (defproject functional-koans "0.0.1" :description "The functional koans" - :dependencies [[org.clojure/clojure "1.1.0"]] - :dev-dependencies [[leiningen-run "0.3"]] + :dependencies [[org.clojure/clojure "1.2.0-beta1"] + [org.clojure/clojure-contrib "1.2.0-beta1"]] :namespaces [koans]) diff --git a/run.bat b/run.bat index bf19255..db90036 100755 --- a/run.bat +++ b/run.bat @@ -1 +1 @@ -java -cp lib/clojure-1.1.0.jar;src clojure.main -e '(load "path_to_enlightenment")' -e "(do (in-ns 'path-to-enlightenment) (run))" +java -cp lib/clojure-1.2.0-beta1.jar;src clojure.main -e '(load "path_to_enlightenment")' -e "(do (in-ns 'path-to-enlightenment) (run))" diff --git a/run.sh b/run.sh index 4881550..f592835 100755 --- a/run.sh +++ b/run.sh @@ -1,2 +1,2 @@ -java -cp lib/clojure-1.1.0.jar:src clojure.main -e '(load "path_to_enlightenment")' -e "(do (in-ns 'path-to-enlightenment) (run))" +java -cp lib/clojure-1.2.0-beta1.jar:src clojure.main -e '(load "path_to_enlightenment")' -e "(do (in-ns 'path-to-enlightenment) (run))" echo