Skip to content

Commit

Permalink
Bumped javax.mail dependency to 1.5.5 and clojure-mail version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nrakochy committed Jan 11, 2017
1 parent 809eb7b commit fd3ecbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,11 +1,11 @@
(defproject io.forward/clojure-mail "1.0.5"
(defproject io.forward/clojure-mail "1.0.6"
:description "Clojure Email Library"
:url "https://github.com/forward/clojure-mail"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]
[org.jsoup/jsoup "1.8.3"] ;; for cleaning up messy html messages
[com.sun.mail/javax.mail "1.5.4"]
[com.sun.mail/javax.mail "1.5.5"]
[medley "0.7.0"]]
:plugins [[lein-cljfmt "0.3.0"]]
:profiles {:dev {:dependencies [[com.icegreen/greenmail "1.4.1"]]}})

0 comments on commit fd3ecbc

Please sign in to comment.