diff --git a/README.md b/README.md index 16cd422..db65455 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ Addtional rules for [scalafix](https://github.com/scalacenter/scalafix) that ens They consist of `Disable` and `MissingFinal` rules. +Cross-build against Scala 2.12.11 and 2.13.3. + ### Installation ```sbt -scalafixDependencies += "com.github.vovapolu" %% "scaluzzi" % "0.1.11" +scalafixDependencies += "com.github.vovapolu" %% "scaluzzi" % "0.1.12" ```