This is an automated email from the ASF dual-hosted git repository.
shanedell 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 7176de2 Update scalafmt-core to 3.10.7
7176de2 is described below
commit 7176de2145f569218d3d3f05f157048e2f0cf4e6
Author: Scala Steward <[email protected]>
AuthorDate: Thu Feb 12 16:07:00 2026 +0000
Update scalafmt-core to 3.10.7
---
.scalafmt.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scalafmt.conf b/.scalafmt.conf
index c6f9668..42dd911 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.4"
+version = "3.10.7"
maxColumn = 120
rewrite.rules = [SortImports, RedundantBraces]
runner.dialect = scala212