Skip to content

Commit

Permalink
Merge pull request #726 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 41eac35 + 53fc6db commit 7a39ace
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 @@ -107,7 +107,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,4 +1,4 @@
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.5")
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.11.6")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")

0 comments on commit 7a39ace

Please sign in to comment.