Open amnaredo opened 3 years ago
@raquo I also got this warning but I found that there is an option to suppress certain warnings since scala 2.13.2 (https://www.scala-lang.org/2021/01/12/configuring-and-suppressing-warnings.html), in my case I used annotations. This worked excellent for me with making warnings fatal. Original Author: pthorin
Hello, I was hoping to use sbt-tpolecat in a project of mine that depends on upickle, but it seems that macroRW is causing this compiler warning, so I can't make warnings fatal.
Minimized example: https://scastie.scala-lang.org/Pk7pFpgzT16Nccuyb7JKCA
build.sbt
Result: