Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scalaz/scalazfix

scalafix rules for scalaz 7.2 to 7.3
https://github.com/scalaz/scalazfix

scalafix scalaz

Last synced: 2 months ago
JSON representation

scalafix rules for scalaz 7.2 to 7.3

Awesome Lists containing this project

README

        

# scalaz migration

`project/scalafix.sbt`

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

sbt shell

### apply release version

```
> scalafixEnable
> scalafixAll dependency:[email protected]:scalazfix:0.2.0
```

### apply snapshot version

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