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