You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
We have a binary incompatibility between jawn-parser 0.13.0, brought in transitively by github4s 0.19.0, and jawn-parser 0.10.4, brought in by sbt 1.2.6. The latter gets added to the classpath, and arbitrarily selected, no matter what dependency exclusions we might define in the project. Thus we should use https://github.com/sbt/sbt-assembly to shade our usage of the parser in circe-jawn 0.10.0, and make this work with our released plugin.
Followup to #655.
We have a binary incompatibility between
jawn-parser 0.13.0
, brought in transitively bygithub4s 0.19.0
, andjawn-parser 0.10.4
, brought in bysbt 1.2.6
. The latter gets added to the classpath, and arbitrarily selected, no matter what dependency exclusions we might define in the project. Thus we should use https://github.com/sbt/sbt-assembly to shade our usage of the parser incirce-jawn 0.10.0
, and make this work with our released plugin.See also eed3si9n/sjson-new#100, prompted by sbt/serialization#21,
The text was updated successfully, but these errors were encountered: