From 7628c1d4bc36119d4cdbcfe783ed65c9a4117dcc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 14:05:03 +0000 Subject: [PATCH 1/3] Update sbt to 1.10.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 081fdbb..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1 From f5d548b382d26fbba434a98e6eb88ef8feebc91b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jul 2024 10:52:09 +0000 Subject: [PATCH 2/3] Update sbt-typelevel, ... to 0.7.2 --- core/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.sbt b/core/build.sbt index 7c4474e..bfb122d 100644 --- a/core/build.sbt +++ b/core/build.sbt @@ -1,4 +1,4 @@ -val sbtTypelevelVersion = "0.7.1" // https://github.com/typelevel/sbt-typelevel/releases +val sbtTypelevelVersion = "0.7.2" // https://github.com/typelevel/sbt-typelevel/releases val sbtScoverageVersion = "2.0.12" // https://github.com/scoverage/sbt-scoverage/releases addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) From f98442a7dbe4b1ecd463758b8d3bf03620e524c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jul 2024 10:53:29 +0000 Subject: [PATCH 3/3] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 993374b..43f509a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,10 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 60 steps: + - name: Install sbt + if: contains(runner.os, 'macos') + run: brew install sbt + - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -111,6 +115,10 @@ jobs: java: [temurin@11] runs-on: ${{ matrix.os }} steps: + - name: Install sbt + if: contains(runner.os, 'macos') + run: brew install sbt + - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -185,6 +193,10 @@ jobs: java: [temurin@11] runs-on: ${{ matrix.os }} steps: + - name: Install sbt + if: contains(runner.os, 'macos') + run: brew install sbt + - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -255,6 +267,10 @@ jobs: java: [temurin@11] runs-on: ${{ matrix.os }} steps: + - name: Install sbt + if: contains(runner.os, 'macos') + run: brew install sbt + - name: Checkout current branch (full) uses: actions/checkout@v4 with: