/gradle-scalafix-plugin

gradle plugin for scalafix

Primary LanguageJava

gradle-scalafix-plugin

Build Status

This plugin allows to run scalafix in gradle projects.

The supported versions of scala are 2.12.8 or 2.11.12

plugins {
    ...
    id 'org.walkmod.scalafix'
}

This is not yet deployed into maven central.