geotrellis / geotrellis-contrib

GeoTrellis functionality related to the core.
Apache License 2.0
5 stars 11 forks source link

Upgrade pureconfig to current #234

Closed jisantuc closed 5 years ago

jisantuc commented 5 years ago

Overview

This PR upgrades pureconfig. New projects that depend on gt-contrib are likely to choose new versions of pureconfig. However, pureconfig 0.9.1 and 0.11.1 (and probably some versions in between) are not binary compatible, so that causes a small but still sort of annoying problem.

Checklist

Helps with #233

pomadchin commented 5 years ago

@jisantuc I think this is a wrong place for the change, even though it is for some reason in deps, it is not anywhere added: https://github.com/geotrellis/geotrellis-contrib/search?q=pureconfig&unscoped_q=pureconfig

GeoTrellis actually depends on pureconfig as well, mb we need to bump the dep version in GT

jisantuc commented 5 years ago

Ah woops -- I couldn't start sbt in gt-contrib locally due to some error about Multiple garbage collectors selected (my machine probably) so I didn't actually get to test.

pomadchin commented 5 years ago

Closing and replacing via https://github.com/azavea/geotrellis/issues/160