bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
359 stars 266 forks source link

Add scalafmt test with multiple Scala versions #1589

Closed aszady closed 1 month ago

aszady commented 1 month ago

Description

First, I'm extracting a common script parts for Scalafmt testing. Then attaching the last piece of code by @mateuszkuta256, which tests if Scalafmt cooperates correctly with alternate Scala versions.

Motivation

1290