diff --git a/.scalafmt.conf b/.scalafmt.conf index ace08b0c3..4da4d9a82 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -13,5 +13,5 @@ optIn.breakChainOnFirstMethodDot = false align.openParenDefnSite = false project.git = true assumeStandardLibraryStripMargin = true -version = 3.6.1 +version = 3.8.2 runner.dialect = scala213