Closed sideeffffect closed 3 years ago
what Scala version? looks like you might need to be on 2.13.2 or higher (or 2.12.13, if on 2.12.x)
2.12.12, let's see if 2.12.13 will help https://github.com/zio/zio-prelude/pull/498
You may need to wait for https://github.com/ghik/silencer/issues/61 to be resolved.
Upgrading to Scala 2.12.13 and sbt-scalafix
0.9.25
in lock step helped.
The build now fails because of mdoc
, but that's for another story.
https://github.com/scalameta/mdoc/issues/446
When running Scalafix check with Silencer plugin enabled, it crashes with
Examples:
This is triggered by upgrade of
sbt-scalafix
to 0.9.25. (Version of silencer is 1.7.1.)Bug on the Scalafix side https://github.com/scalacenter/scalafix/issues/1315