scapegoat-scala / scapegoat

Scala compiler plugin for static code analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for 2.13.8

will-sargent-eero opened this issue · comments

Using scalafix and scapegoat on the same project can cause issues because scalafixEnable likes to reset the version of scalaVersion to 2.13.8, and there isn't a scapegoat version matching that.

scalacenter/scalafix#1573

It's not shown as a release on GitHub but the latest version 1.4.12 supports Scala 2.13.8: https://github.com/scapegoat-scala/scapegoat/releases/tag/v1.4.12