Hi,
I’m trying to run the books example using tapir 1.1.2 and Scala 2.13.8, and I’m getting the following error during compilation:
Block result was adapted via implicit conversion (method apply) taking a by-name parameter on every line that has jsonBody[Book].
Does anyone know how to fix this?
Thanks in advance.