Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scalaz/scalazfix
- Owner: scalaz
- License: mit
- Created: 2020-05-02T16:18:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T22:22:24.000Z (2 months ago)
- Last Synced: 2024-10-30T00:43:18.420Z (2 months ago)
- Topics: scalafix, scalaz
- Language: Scala
- Homepage:
- Size: 127 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
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
```