You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2023/08/01 00:26:30 UTC

[daffodil-vscode] 01/01: Update scalafmt-core to 3.7.11

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/scalafmt-core-3.7.11
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

commit f9aa4032a1a1cf9daaee1568c133e6c40d707ebd
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Tue Aug 1 00:26:17 2023 +0000

    Update scalafmt-core to 3.7.11
---
 .scalafmt.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.scalafmt.conf b/.scalafmt.conf
index ea5b8f6..b67dcb2 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.4"
+version = "3.7.11"
 maxColumn = 120
 rewrite.rules = [SortImports, RedundantBraces]
 runner.dialect = scala212