diff --git a/project.clj b/project.clj index 8b9fe8d..0af489c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lein-expectations "0.0.8-SNAPSHOT" +(defproject lein-expectations "0.0.9-SNAPSHOT" :description "Leiningen plugin to run tests written using the expectations library." :url "https://github.com/gar3thjon3s/lein-expectations" :dependencies [[expectations/expectations "1.4.5"]]