Exception in thread "main" com.fasterxml.jackson.databind.JsonMappingException: Invalid type=INT · Issue #458 · FasterXML/jackson-module-scala

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...