What's Changed
- Fix missing error when decoding of
Json.Str
values that ends by non-digit characters to numbers (#1352) @plokhotnyuk - Update scalafmt-core to 3.9.2 (#1351) @scala-steward
- Fix error message inconsistencies between immediate decoding and through AST (#1350) @plokhotnyuk
- Update zio, zio-streams, zio-test, ... to 2.1.16 (#1347) @scala-steward
- An example of a custom codec for union of standard types using an internal API (#1349) @plokhotnyuk