From b0e22d704eafc8532d1b6e671ff1966f54cde891 Mon Sep 17 00:00:00 2001 From: ex0ns Date: Fri, 29 Mar 2024 14:25:04 +0100 Subject: [PATCH] chore: upgrade scalafmt and mill --- .github/workflows/build.yml | 4 ++-- .github/workflows/publish_snapshot.yaml | 2 +- .github/workflows/release.yml | 2 +- .mill-version | 2 +- .scalafmt.conf | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e736c49e..b4615be1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,11 +18,11 @@ jobs: - name: Check code format uses: jrouly/scalafmt-native-action@v1 with: - version: "3.7.15" + version: "3.7.17" arguments: "-c .scalafmt.conf --test core akka examples" - uses: jodersky/setup-mill@v0.3.0 with: - mill-version: 0.11.5 + mill-version: 0.11.7 - name: Compile run: mill '_._[_].compile' - name: Test diff --git a/.github/workflows/publish_snapshot.yaml b/.github/workflows/publish_snapshot.yaml index d8628553..1aa375af 100644 --- a/.github/workflows/publish_snapshot.yaml +++ b/.github/workflows/publish_snapshot.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - uses: jodersky/setup-mill@v0.3.0 with: - mill-version: 0.11.5 + mill-version: 0.11.7 - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0896462d..5d71ad62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - uses: jodersky/setup-mill@v0.3.0 with: - mill-version: 0.11.5 + mill-version: 0.11.7 - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v3 diff --git a/.mill-version b/.mill-version index 62d5dbdf..b80f98e6 100644 --- a/.mill-version +++ b/.mill-version @@ -1 +1 @@ -0.11.5 +0.11.7 diff --git a/.scalafmt.conf b/.scalafmt.conf index 752fa782..30e48105 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.15" +version = "3.7.17" maxColumn = 120 runner.dialect = scala213