This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/scalafmt-core-3.5.8
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit 8c4a49c09d18ea54fbeab948859f644f29b02d08
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 17 00:12:52 2022 +0000
Update scalafmt-core to 3.5.8
---
.scalafmt.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scalafmt.conf b/.scalafmt.conf
index e25303c..bec6955 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.5.8"
maxColumn = 120
rewrite.rules = [SortImports, RedundantBraces]