bazel-steward icon indicating copy to clipboard operation
bazel-steward copied to clipboard

Apply Scalafix migrations

Open lukaszwawrzyk opened this issue 2 years ago • 0 comments

Apply scalafix migrations on specific library updates.

Some libraries change their public api and require code changes on update. Some of these libraries provide special scalafix rules that can automatically rewrite the code to work with newer version. Scala Steward has a list of libraries, versions and scalafix rules that should be applied. We could integrate it with bazel. It is not a trivial task. sbt has a plugin for scalafix, while bazel does not, so we would need to build something.

lukaszwawrzyk avatar Jan 18 '23 12:01 lukaszwawrzyk