commit | e5db151567ac1bc40fea5549ac092435fbb66597 | [log] [tgz] |
---|---|---|
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | Sun Nov 06 00:16:01 2022 +0000 |
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | Sun Nov 06 00:16:01 2022 +0000 |
tree | 1544aa57c7a2ad942a9116a1c8cd2d7355503202 | |
parent | 9f3957572577fdf4f53f36b187f4733656dd880c [diff] |
Update scalafmt-core to 3.6.1
diff --git a/.scalafmt.conf b/.scalafmt.conf index e25303c..b3f6f01 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf
@@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = "2.7.5" +version = "3.6.1" maxColumn = 120 rewrite.rules = [SortImports, RedundantBraces]