Skip to content

Commit

Permalink
Adjust version; update to latest deploy-tools/fntest.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Nov 2, 2015
1 parent 6274d60 commit 0e6eb73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
@@ -1,4 +1,4 @@
(defproject lein-immutant "2.0.2-SNAPSHOT"
(defproject lein-immutant "2.1.0-SNAPSHOT"
:description "Leiningen plugin for managing an Immutant project."
:url "https://github.com/immutant/lein-immutant"
:mailing-list {:name "Immutant users list"
Expand All @@ -9,9 +9,9 @@
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo}
:dependencies [[org.clojure/tools.cli "0.3.1"]
[org.immutant/deploy-tools "2.0.6"
[org.immutant/deploy-tools "2.1.0-SNAPSHOT"
:exclusions [leiningen-core]]
[org.immutant/fntest "2.0.7"]]
[org.immutant/fntest "2.0.8-SNAPSHOT"]]
:exclusions [org.clojure/clojure]
:eval-in-leiningen true
:pedantic :warn
Expand Down

0 comments on commit 0e6eb73

Please sign in to comment.