Started getting errors in a project that was using zio-mock when I tried to update to scala 2.13.13, mostly due to https://github.com/zio/zio/issues/5206.
In this MR, I try to fix that by using rts.toString() in MockableMacro to avoid getting that warning.
Started getting errors in a project that was using zio-mock when I tried to update to scala 2.13.13, mostly due to https://github.com/zio/zio/issues/5206.
In this MR, I try to fix that by using rts.toString() in MockableMacro to avoid getting that warning.