diff --git a/.scalafmt.conf b/.scalafmt.conf index 318e59a73..e3a254a10 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.11.1" +version = "3.11.2" maxColumn = 120 rewrite.rules = [SortImports, RedundantBraces] runner.dialect = scala212