Skip to content

Commit

Permalink
Merge pull request #73 from gemini-hlsw/update/sbt-lucuma-lib-0.11.12
Browse files Browse the repository at this point in the history
Update sbt-lucuma-lib to 0.11.12
  • Loading branch information
mergify[bot] authored Feb 3, 2024
2 parents 55561c0 + 120ba94 commit 57425f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' coverageReport coverageAggregate

- name: Upload code coverage data
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

publish:
name: Publish Artifacts
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.11"
val sbtLucumaVersion = "0.11.12"
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % sbtLucumaVersion)

0 comments on commit 57425f9

Please sign in to comment.