diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12fd29bc..7198001d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Java (temurin@17) id: setup-java-temurin-17 if: matrix.java == 'temurin@17' - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 17 @@ -56,7 +56,7 @@ jobs: run: sbt githubWorkflowCheck - name: Check headers and formatting - if: matrix.java == 'temurin@17' + if: matrix.java == 'temurin@17' && matrix.os == 'ubuntu-latest' run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' headerCheckAll scalafmtCheckAll 'project /' scalafmtSbtCheck lucumaScalafmtCheck lucumaScalafixCheck - name: Check scalafix lints @@ -102,7 +102,7 @@ jobs: - name: Setup Java (temurin@17) id: setup-java-temurin-17 if: matrix.java == 'temurin@17' - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 17 diff --git a/.scalafmt-common.conf b/.scalafmt-common.conf index 3cb97af1..85cebd19 100644 --- a/.scalafmt-common.conf +++ b/.scalafmt-common.conf @@ -4,7 +4,7 @@ # this file by hand! Instead, if you wish to make changes, you should # make a PR to sbt-lucuma. -version = "3.7.14" +version = "3.7.17" style = default runner.dialect = scala3 diff --git a/project/plugins.sbt b/project/plugins.sbt index d2de90d4..5ca8de61 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.9") +addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.10") addSbtPlugin("edu.gemini" % "sbt-clue" % "0.34.1")