From ca7514450a146ae35fceba2702ddb9a24adff194 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Wed, 14 Sep 2011 09:57:36 -0500 Subject: [PATCH] Update to 1.3.0-RC0 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b39b36e..b532227 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ completed. The only things you'll need to run the Clojure Koans are: - JRE 1.5 or higher -- [clojure-1.3.0-beta2.jar](https://github.com/downloads/clojure/clojure/clojure-1.3.0-beta2.zip) +- [clojure-1.3.0-RC0.jar](http://repo1.maven.org/maven2/org/clojure/clojure/1.3.0-RC0/clojure-1.3.0-RC0.zip) -clojure-1.3.0-beta2-SNAPSHOT.jar needs to be in a directory `lib` under this project. +clojure-1.3.0-RC0.jar needs to be in a directory `lib` under this project. You can use [Leiningen](http://github.com/technomancy/leiningen) to automatically install the Clojure jar in the right place. Leiningen will also diff --git a/project.clj b/project.clj index 7c9d33a..f6a611d 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject functional-koans "0.4.3" :description "The functional koans" - :dependencies [[org.clojure/clojure "1.3.0-beta2"] + :dependencies [[org.clojure/clojure "1.3.0-RC0"] [fresh "1.0.2"] [jline "0.9.94" :exclusions [junit]]] :dev-dependencies [[swank-clojure "1.3.0-SNAPSHOT" :exclusions [org.clojure/clojure]]])