Skip to content

Commit

Permalink
Merge pull request #62 from gemini-hlsw/update/sbt-lucuma-lib-0.11.6
Browse files Browse the repository at this point in the history
Update sbt-lucuma-lib to 0.11.6
  • Loading branch information
mergify[bot] authored Sep 11, 2023
2 parents aace745 + e0bc379 commit 1fa765d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

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 @@
val sbtLucumaVersion = "0.11.5"
val sbtLucumaVersion = "0.11.6"
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % sbtLucumaVersion)

0 comments on commit 1fa765d

Please sign in to comment.