Closed jisantuc closed 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
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.
Closing and replacing via https://github.com/azavea/geotrellis/issues/160
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