From 7b3910ac8368ffe65d8f4255afdd11ccafcf50b2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jun 2026 13:05:28 +0000 Subject: [PATCH 1/2] Update dependencies --- .github/workflows/build.yml | 8 ++++---- .github/workflows/manual-publish.yml | 4 ++-- .github/workflows/opencode-renovate.yml | 2 +- .github/workflows/opencode.yml | 2 +- .github/workflows/renovate.yaml | 4 ++-- project/build.properties | 2 +- project/plugins.sbt | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdb2cc1..6d3c866 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 with: @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5 with: @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5 with: @@ -108,7 +108,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up JDK uses: actions/setup-java@v5 diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 000392a..db72146 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 100 ref: ${{ github.event.inputs.ref_to_publish }} @@ -53,7 +53,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 100 ref: ${{ github.event.inputs.ref_to_publish }} diff --git a/.github/workflows/opencode-renovate.yml b/.github/workflows/opencode-renovate.yml index c92b842..fe3356e 100644 --- a/.github/workflows/opencode-renovate.yml +++ b/.github/workflows/opencode-renovate.yml @@ -23,7 +23,7 @@ jobs: issues: write steps: - name: Checkout Renovate PR branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index ce8284a..05fb844 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -21,7 +21,7 @@ jobs: issues: read steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 046ca2c..c09cc03 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Renovate - uses: renovatebot/github-action@v46.1.15 + uses: renovatebot/github-action@v46.1.16 with: configurationFile: .github/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/project/build.properties b/project/build.properties index 7c95fc1..666624a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.13 +sbt.version=2.0.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index e5d66c5..86978e8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,5 +8,5 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.22.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.12") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.6") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.7") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") From 6add6262e2800faf95817b4db81a56fdd673a4b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jun 2026 13:22:15 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Reverted=20sbt=202.0=E2=86=921.12.13;=20all?= =?UTF-8?q?=20tests=20pass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: alexandru --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 666624a..7c95fc1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=2.0.0 +sbt.version=1.12.13