Skip to content

Commit

Permalink
Updated to Clojure 1.4.0. Bumped version to 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaeckroth committed Mar 28, 2013
1 parent 7808aee commit 4e6a2ea
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
(defproject propertea "1.3.1"
(defproject cc.artifice/propertea "1.3.2"
:description "load, coerce, and validate property files"
:jar-name "propertea.jar"
:dependencies [[org.clojure/clojure "1.2.0"]]
:dev-dependencies [[expectations "1.0.0"]
[lein-expectations "0.0.1"]
[lein-publishers "1.0.4"]])
:dependencies [[org.clojure/clojure "1.4.0"]
[expectations "1.4.33"]]
:plugins [[lein-expectations "0.0.7"]])

0 comments on commit 4e6a2ea

Please sign in to comment.