Skip to content

Commit

Permalink
Merge pull request #632 from gemini-hlsw/update/sbt-lucuma-lib-0.11.17
Browse files Browse the repository at this point in the history
Update sbt-lucuma-lib to 0.11.17
  • Loading branch information
mergify[bot] authored Jul 16, 2024
2 parents 49cd061 + 9aa18ac commit 565868b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- name: Install sbt
if: contains(runner.os, 'macos')
run: brew install sbt

- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -94,6 +98,10 @@ jobs:
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
- name: Install sbt
if: contains(runner.os, 'macos')
run: brew install sbt

- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.16")
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.17")

0 comments on commit 565868b

Please sign in to comment.