argonaut icon indicating copy to clipboard operation
argonaut copied to clipboard

method not found bincompat issue upgrading from 2.6.1 to 2.6.3

Open stephennancekivell opened this issue 5 years ago • 0 comments

Hi, I have a private library and webapp both using Argonaut. With the library no 2.6.1 and the webapp using 2.6.3 I get the following error. I believe this is a binary compatibility issue.

Caused by: java.lang.NoSuchMethodError: argonaut.Argonaut$.ToJsonIdentity(Ljava/lang/Object;)Largonaut/JsonIdentity;

Running scala 2.12.8

stephennancekivell avatar Aug 06 '19 23:08 stephennancekivell