Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 484 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 484 Bytes

scalaz migration

https://scalacenter.github.io/scalafix/docs/rules/external-rules.html

project/scalafix.sbt

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")

sbt shell

apply release version

> scalafixEnable
> scalafixAll dependency:ScalazFix@org.scalaz:scalazfix:0.2.0

apply snapshot version

> scalafixEnable
> scalafixAll https://raw.githubusercontent.com/scalaz/scalazfix/master/rules/src/main/scala/scalaz/ScalazFix.scala