From 018548e5c55a1cdd272b9b99a380e5fad791727c Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Thu, 19 Jan 2023 11:58:01 -0500 Subject: [PATCH] scalafmt 3.7.0 --- .github/workflows/ci.yml | 2 +- .scalafmt.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9a7a9f..e295939 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: temurin - java-version: 17 + java-version: '17' cache: sbt - run: sbt 'scalafixAll --check' scalafmtCheck +test diff --git a/.scalafmt.conf b/.scalafmt.conf index 81243f0..237f970 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.6.1" +version = "3.7.0" runner.dialect = "scala3"