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: