durban / seals

Tools for schema evolution and language-integrated schemata
Apache License 2.0
65 stars 7 forks source link

sbt plugin pulls in wrong version #66

Closed durban closed 6 years ago

durban commented 6 years ago

This is why v0.1.1 is unusable. The plugin somehow pulls in io.sigs:seals-checker:0.2.0-SNAPSHOT. Which doesn't exist (at least not on Maven Central). For some reason, only on 2.12 (?).

durban commented 6 years ago

Yes, the 2.10 artifact pulls in the correct version (0.1.1).

durban commented 6 years ago

It seems to be an sbt-buildinfo problem: https://github.com/sbt/sbt-buildinfo/issues/108

durban commented 6 years ago

Workaround in f81bbf240afc61f2d1f21c521a368b903accbab7.