From 7e43250d881c3be28e6a72fe4b5c1e322feacd4d Mon Sep 17 00:00:00 2001 From: ex0ns Date: Sun, 4 Aug 2024 10:07:01 +0200 Subject: [PATCH] update ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4730d67f..30ae238e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Check code format uses: jrouly/scalafmt-native-action@v1 with: - version: "3.8.2" + version: "3.8.3" arguments: "-c .scalafmt.conf --test core akka examples" - uses: jodersky/setup-mill@v0.3.0 with: