ljungmark / sbt-scalafix

sbt plugin for Scalafix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt-scalafix

This is the sbt plugin for Scalafix, a refactoring and linting tool for Scala. For instructions on how to install the plugin, refer to the website.

Issues

Please report issues to the main scalafix repository: https://github.com/scalacenter/scalafix/issues

Nightlies

Our CI publishes a snapshot release to Sonatype on every merge into main. The latest snapshot at the time of the writing can be used via:

  // project/plugins.sbt
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34+5-5dfe5fb6-SNAPSHOT")
+resolvers += Resolver.sonatypeRepo("snapshots")

Team

The current maintainers (people who can merge pull requests) are:

About

sbt plugin for Scalafix


Languages

Language:Scala 99.6%Language:Shell 0.3%Language:Java 0.1%