Block result was adapted via implicit conversion (method apply) taking a by-name parameter

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.

Do you try to run the example verbatim, as it appears in the repository? Do you have the necessary dependencies in your project? Finally, can you try using latest tapir version?