weavejester / medley

A lightweight library of useful Clojure functions
Eclipse Public License 1.0
865 stars 66 forks source link

Warning when using in Clojure 1.7 #10

Closed belucid closed 9 years ago

belucid commented 9 years ago

When using Medley in Clojure 1.7 you get the following warning:

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

belucid commented 9 years ago

Awesome!

weavejester commented 9 years ago

(Note: 0.5.2 didn't build the dependencies right, I'll release 0.5.3 to fix that in a bit)