Skip to content

Commit

Permalink
Back to snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Jul 6, 2012
1 parent 8624e77 commit 243700d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,4 +1,4 @@
(defproject lein-immutant "0.8.1" (defproject lein-immutant "0.9.0-SNAPSHOT"
:description "Leiningen plugin for managing an Immutant project." :description "Leiningen plugin for managing an Immutant project."
:url "https://github.com/immutant/lein-immutant" :url "https://github.com/immutant/lein-immutant"
:mailing-list {:name "Immutant users list" :mailing-list {:name "Immutant users list"
Expand All @@ -10,6 +10,6 @@
:distribution :repo} :distribution :repo}
:eval-in-leiningen true :eval-in-leiningen true
:dependencies [[org.immutant/overlay "1.2.0"] :dependencies [[org.immutant/overlay "1.2.0"]
[org.immutant/deploy-tools "0.7.0"] [org.immutant/deploy-tools "0.8.0-SNAPSHOT"]
[org.clojure/data.json "0.1.1"] [org.clojure/data.json "0.1.1"]
[org.clojure/tools.cli "0.2.1"]]) [org.clojure/tools.cli "0.2.1"]])

0 comments on commit 243700d

Please sign in to comment.