diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f6b533..bf7c1f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,4 @@ jobs: run: sbt -v "++3.x" library/test - if: ${{ matrix.jobtype == 4 }} shell: bash - run: sbt -v "++2.12.x" scalafmtCheckAll + run: sbt -v "++2.12.x" scalafmtSbtCheck scalafmtCheckAll diff --git a/build.sbt b/build.sbt index 8eda05b..a42b4b0 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val plugin = (project in file("plugin")) scalaBinaryVersion.value match { case "2.13" => "1.2.8" case "2.12" => "1.2.8" // set minimum sbt version - case _ => "1.2.8" + case _ => "1.2.8" } }, publishLocal := (publishLocal dependsOn (library / publishLocal)).value,