This is an automated email from the ASF dual-hosted git repository.
CoverRyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 5f5a2da3 Update scalafmt-core to 3.11.1
5f5a2da3 is described below
commit 5f5a2da3a413f41420e197a581f3a4192df4958b
Author: Scala Steward <[email protected]>
AuthorDate: Mon May 11 15:14:55 2026 +0000
Update scalafmt-core to 3.11.1
---
.scalafmt.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scalafmt.conf b/.scalafmt.conf
index 42dd9118..318e59a7 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.10.7"
+version = "3.11.1"
maxColumn = 120
rewrite.rules = [SortImports, RedundantBraces]
runner.dialect = scala212