From b21d4fa814f19a1e67a30829c578b52c5f85750f 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:26:43 +0000 Subject: [PATCH 1/2] Update sbt-lucuma-app 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 ef11c751..708ba4a5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ resolvers ++= Resolver.sonatypeOssRepos("public") addDependencyTreePlugin -addSbtPlugin("edu.gemini" % "sbt-lucuma-app" % "0.11.11") +addSbtPlugin("edu.gemini" % "sbt-lucuma-app" % "0.11.12") // sbt revolver lets launching applications from the sbt console addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") // Support making distributions From 30a6c5a1513bfdf90f113875ad76e402439c607a 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:27:10 +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 6075e446..f0be44a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,4 +69,4 @@ 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