From 1e617ade551d048658ab08bb3e084236cbe7d255 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 16:40:08 +0000 Subject: [PATCH 1/2] Update sbt-lucuma-lib to 0.11.12 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0243f40..59d1a8e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -val sbtLucumaVersion = "0.11.11" +val sbtLucumaVersion = "0.11.12" addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % sbtLucumaVersion) From 120ba94a5ba6868f246828dc5b2968c4444a8f50 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 16:40:27 +0000 Subject: [PATCH 2/2] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 012c86f..7c619d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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