diff --git a/.scalafmt.conf b/.scalafmt.conf index 42dd91185..41380aef2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = "3.10.7" +version = "3.11.0" maxColumn = 120 rewrite.rules = [SortImports, RedundantBraces] runner.dialect = scala212