Exception in thread "main" com.fasterxml.jackson.databind.JsonMappingException: Invalid type=INT · Issue #526 · msgpack/msgpack-java

When I use this library with my scala project, below Exception occurs. It seems that it occurs when I try to deserialize a value of BigDecimal serialized by Messagepack. scalaVersion := "2.13.3" li...