Skip to content

Commit

Permalink
Don't pin Clojure version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnadlerjr committed Jan 29, 2015
1 parent 963ba12 commit 1dd5341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ To get started just slap this in your `project.clj` `:dependencies`:

[postmark "1.1.0"]

`clojure-postmark` works with Clojure 1.2 and 1.3.
`clojure-postmark` works with Clojure 1.6.0.
3 changes: 2 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(defproject postmark "1.2.0-SNAPSHOT"
:description "Clojure bindings for http://postmarkapp.com/"
:dependencies [[org.clojure/clojure "[1.2.1],[1.3.0]"]
:exclusions [org.clojure/clojure]
:dependencies [[org.clojure/clojure "1.6.0"]
[cheshire "2.1.0"]
[clj-http "0.3.0"]])

0 comments on commit 1dd5341

Please sign in to comment.