Skip to content

Commit

Permalink
Updates to Clojure 1.5.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
skim committed Mar 2, 2013
1 parent b13308c commit 6743cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exercises you've already completed.
The only things you'll need to run the Clojure Koans are:

- JRE 1.5 or higher
- [clojure-1.3.0.jar](http://repo1.maven.org/maven2/org/clojure/clojure/1.3.0/clojure-1.3.0.zip)
- [clojure-1.5.0.jar](http://repo1.maven.org/maven2/org/clojure/clojure/1.5.0/clojure-1.5.0.zip)

You can use [Leiningen](http://github.com/technomancy/leiningen) to
automatically install the Clojure jar in the right place. Leiningen will also
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject clojure-koans "0.4.7"
(defproject clojure-koans "0.4.8"
:description "The Clojure koans."
:dependencies [[org.clojure/clojure "1.3.0"]
:dependencies [[org.clojure/clojure "1.5.0"]
[koan-engine "0.1.3"]]
:dev-dependencies [[lein-koan "0.1.2"]]
:profiles {:dev {:dependencies [[lein-koan "0.1.2"]]}}
Expand Down

0 comments on commit 6743cdd

Please sign in to comment.