You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2023/07/07 18:20:19 UTC

[daffodil-vscode] branch main updated: Update scalafmt-core to 3.7.4

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 d1187ef  Update scalafmt-core to 3.7.4
d1187ef is described below

commit d1187ef2cab4843c2816b9defd874b3f911d9ea2
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Jun 1 00:30:01 2023 +0000

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

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