aboutsummaryrefslogtreecommitdiff
path: root/examples/cross-rewrite-example/Readme.md
blob: 7d96da05cf3bfe7d001937ace82bbdade153b1bc (plain) (blame)
1
2
3
4
5
This is an example of how to use scalafix rewrite rules to produce multiple
variants of the same code base for different scala versions, e.g. 2.11.8 and
2.12.1 and against different comparable libraries, e.g. cats and scalaz.

To package the jars for all combinations run `cbt cross.package`.