Skip to content

Commit

Permalink
Updated depenecies to clojure 1.2.0 and lein 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tebeka committed Oct 28, 2010
1 parent 2782410 commit 02315b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
@@ -1,8 +1,8 @@
(defproject lein-run "1.0.1-SNAPSHOT"
:description "A leiningen plugin/task to call a function in a new process or 'run' a .clj file."
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.1.0"]]
:dev-dependencies [[leiningen "1.1.0"]
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]]
:dev-dependencies [[leiningen "1.3.1"]
[lein-clojars "0.6.0"]]
:disable-implicit-clean true
:run-aliases {:default [leiningen.run.test1 hello]
Expand Down

0 comments on commit 02315b1

Please sign in to comment.