From 0ea4ab47aaf89337d99392b187e6d739fbc6b8e7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jul 2026 17:18:39 +0000 Subject: [PATCH 1/2] Update sbt-typelevel to 0.8.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 196f0ed..5c6f9a3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") From 9c5fd4ee1ef76ab984b6f036c70feb9566a86237 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jul 2026 17:19:39 +0000 Subject: [PATCH 2/2] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d69ca8..748503b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -282,19 +282,19 @@ jobs: strategy: matrix: os: [ubuntu-22.04] - java: [temurin@11] + java: [temurin@17] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (fast) uses: actions/checkout@v6 - - name: Setup Java (temurin@11) - id: setup-java-temurin-11 - if: matrix.java == 'temurin@11' + - name: Setup Java (temurin@17) + id: setup-java-temurin-17 + if: matrix.java == 'temurin@17' uses: actions/setup-java@v5 with: distribution: temurin - java-version: 11 + java-version: 17 - uses: coursier/setup-action@v1 with: