From 8e429ed38c4af36158c1d964b060c97caac185d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 18:39:55 +0000 Subject: [PATCH 1/2] Update sbt-typelevel to 0.7.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c53c440..bf1a4fb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.26.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.4") From d16a8bf40aadf0237b0693c32b5ccb95bc440a6e Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Fri, 18 Oct 2024 09:05:59 +0200 Subject: [PATCH 2/2] Generate workflow step --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff7288e..f5244a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,7 @@ jobs: timeout-minutes: 60 steps: - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt + uses: sbt/setup-sbt@v1 - name: Checkout current branch (full) uses: actions/checkout@v4 @@ -93,8 +92,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt + uses: sbt/setup-sbt@v1 - name: Checkout current branch (full) uses: actions/checkout@v4