Skip to content

Commit

Permalink
Update to leiningen 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Feb 23, 2013
1 parent 6258b38 commit 59ed433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lein-ritz/src/lein_ritz/plugin_helpers.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

;;; Dependencies used in vms and classloaders
(def lein-profile
{:dependencies '[[leiningen "2.0.0-preview10"
{:dependencies '[[leiningen "2.0.0"
;; these are bits of lein we are not interested in
:exclusions [org.clojure/clojure
reply
Expand Down
2 changes: 1 addition & 1 deletion nrepl-project/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/tools.nrepl "0.2.1"]
[ritz/ritz-repl-utils "0.7.1-SNAPSHOT"]
[leiningen-core "2.0.0-preview10"]])
[leiningen-core "2.0.0"]])
2 changes: 1 addition & 1 deletion swank/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
[org.clojure/tools.macro "0.1.1"
:exclusions [org.clojure/clojure]]
[ritz/ritz-debugger "0.7.1-SNAPSHOT"]]
:profiles {:dev {:dependencies [[leiningen "2.0.0-preview10"]
:profiles {:dev {:dependencies [[leiningen "2.0.0"]
[org.clojure/clojure "1.4.0"]]
:plugins [[lein-jdk-tools "0.1.0"]]}})

0 comments on commit 59ed433

Please sign in to comment.