Skip to content

Commit

Permalink
Updated dependencies to Clojure 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 10, 2010
1 parent e593cd5 commit 5ba5383
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject compojure "0.4.1" (defproject compojure "0.5.0-beta1"
:description "A concise web framework for Clojure" :description "A concise web framework for Clojure"
:url "http://github/weavejester/compojure" :url "http://github/weavejester/compojure"
:dependencies [[org.clojure/clojure "1.1.0"] :dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.1.0"] [org.clojure/clojure-contrib "1.2.0"]
[clout "0.2.0"] [clout "0.3.0"]
[ring/ring-core "0.2.5"]] [ring/ring-core "0.3.0-RC1"]]
:dev-dependencies [[lein-clojars "0.5.0"] :dev-dependencies [[lein-clojars "0.6.0"]
[swank-clojure "1.2.1"] [swank-clojure "1.2.1"]
[ring/ring-jetty-adapter "0.2.5"]]) [ring/ring-jetty-adapter "0.3.0-RC1"]])

0 comments on commit 5ba5383

Please sign in to comment.