Martin Ockajak

Results 2 comments of Martin Ockajak

> Could we make this easily configurable on the custom configuration with a flag? I'd be inclined to leave the default behavior unchanged, but it should be easy to do...

The error still occurs in versions `4.0.7` and `4.1.0-M4`. Minimal example to reproduce: ```scala #!/usr/bin/env -S scala-cli -q //> using scala 3.3.1 //> using dep org.json4s::json4s-native:4.0.7 import org.json4s.{Extraction, DefaultFormats, Formats}...