Factual / geo

Clojure library for working with geohashes, polygons, and other world geometry
Eclipse Public License 1.0
302 stars 17 forks source link

Bump jts2geojson, h3, midje, and proj4 dependencies #40

Closed willcohen closed 6 years ago

willcohen commented 6 years ago

These are pretty small version bumps, but just keeping up with upstream. jts2geojson was updated to use jts 1.16, and h3 has function changes that don't really affect geo's current functionality. It seems wise to me that geo not use any of the h3 experimental functions until they stabilize, to minimize future breaking changes. midje 1.9.4 eliminates all the new boxed math warnings that appear with core.rrb-vector.

worace commented 6 years ago

sounds good; thanks!