owainlewis / clojure-mail

A Clojure library for parsing, downloading and reading email from IMAP servers.
202 stars 54 forks source link

Bumped medley 1.0 #61

Closed fvides closed 6 years ago

fvides commented 6 years ago

Updated meley to 1.0 to get rid of these warnings:

"WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: medley.core, being replaced by: #'medley.core/boolean?"

Verified compability and tests are passing ok.