From 242278b1f21ae45e84d723492f96b7e47cd5da97 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Tue, 2 Apr 2024 14:33:40 +0200 Subject: [PATCH] chore: Bump scalafmt --- .github/workflows/ci.yml | 2 +- .scalafmt.conf | 2 +- backend/.scalafmt.conf | 2 +- benchmarks/.scalafmt.conf | 2 +- bridges/.scalafmt.conf | 2 +- frontend/.scalafmt.conf | 2 +- shared/.scalafmt.conf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b97965066a..38258f9430 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: with: submodules: true fetch-depth: 0 - - uses: coursier/setup-action@v1.3.0 + - uses: coursier/setup-action@v1.3.5 with: apps: scalafmt jvm: "temurin:17" diff --git a/.scalafmt.conf b/.scalafmt.conf index a0c6724130..09a55075b1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.0" +version = "3.8.1" align.preset = more maxColumn = 100 diff --git a/backend/.scalafmt.conf b/backend/.scalafmt.conf index 8e2ee6c517..21396adb9f 100644 --- a/backend/.scalafmt.conf +++ b/backend/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.3" +version = "3.8.1" runner.dialect = scala213 maxColumn = 100 docstrings.style = Asterisk diff --git a/benchmarks/.scalafmt.conf b/benchmarks/.scalafmt.conf index 8e2ee6c517..21396adb9f 100644 --- a/benchmarks/.scalafmt.conf +++ b/benchmarks/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.3" +version = "3.8.1" runner.dialect = scala213 maxColumn = 100 docstrings.style = Asterisk diff --git a/bridges/.scalafmt.conf b/bridges/.scalafmt.conf index 8e2ee6c517..21396adb9f 100644 --- a/bridges/.scalafmt.conf +++ b/bridges/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.3" +version = "3.8.1" runner.dialect = scala213 maxColumn = 100 docstrings.style = Asterisk diff --git a/frontend/.scalafmt.conf b/frontend/.scalafmt.conf index 8e2ee6c517..21396adb9f 100644 --- a/frontend/.scalafmt.conf +++ b/frontend/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.3" +version = "3.8.1" runner.dialect = scala213 maxColumn = 100 docstrings.style = Asterisk diff --git a/shared/.scalafmt.conf b/shared/.scalafmt.conf index 8e2ee6c517..21396adb9f 100644 --- a/shared/.scalafmt.conf +++ b/shared/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.3" +version = "3.8.1" runner.dialect = scala213 maxColumn = 100 docstrings.style = Asterisk