This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/scalafmt-core-3.8.1
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit 0d584f30ada5ba47bb5d1db2b1d43aa31e845764
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 1 00:25:31 2024 +0000
Update scalafmt-core to 3.8.1
---
.scalafmt.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scalafmt.conf b/.scalafmt.conf
index 0a5b855..2405502 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.7.17"
+version = "3.8.1"
maxColumn = 120
rewrite.rules = [SortImports, RedundantBraces]
runner.dialect = scala212