Skip to content

Commit

Permalink
Merge pull request #386 from gemini-hlsw/update/sbt-lucuma-lib-0.11.10
Browse files Browse the repository at this point in the history
Update sbt-lucuma-lib to 0.11.10
  • Loading branch information
mergify[bot] authored Dec 3, 2023
2 parents 36cb5d3 + 4076f8f commit ca077e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .scalafmt-common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit ca077e9

Please sign in to comment.