sbelak / huri

Tools for the lazy data scientist
Eclipse Public License 1.0
225 stars 17 forks source link

Bump plumbing dependency to get rid of a warning #18

Open glts opened 6 years ago

glts commented 6 years ago

This change bumps the prismatic/plumbing dependency from version 0.5.4 to 0.5.5. This gets rid of a warning that is logged when loading Huri:

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

I am also upgrading Clojure from 1.9.0-alpha17 to 1.9.0. I think there is no harm in this version bump from an alpha to stable.