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]]])