diff --git a/.github/workflows/scalafix.yaml b/.github/workflows/scalafix.yaml index e8c259fffd..8738681e23 100644 --- a/.github/workflows/scalafix.yaml +++ b/.github/workflows/scalafix.yaml @@ -38,5 +38,5 @@ jobs: run: sbt scalafix/update - name: Test - run: sbt scalafix/test + run: sbt test working-directory: scalafix diff --git a/project/build.properties b/project/build.properties index e8a1e246e8..abbbce5da4 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8 diff --git a/scalafix/project/build.properties b/scalafix/project/build.properties index e8a1e246e8..abbbce5da4 100644 --- a/scalafix/project/build.properties +++ b/scalafix/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8