From 9487fe16cfaa13d0ccd19ac5fd3a6690f0211f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:43:39 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.1.23 to 1.5.0 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.23 to 1.5.0. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/93e926cbdb4a428e41b4ef754124ec82925ffdc2...66fb4376e81982c7d92a4074170846fff88e2e30) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/scala.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 249df45..8747145 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: distribution: 'temurin' java-version: '17' cache: 'sbt' - - uses: sbt/setup-sbt@93e926cbdb4a428e41b4ef754124ec82925ffdc2 # v1.1.23 + - uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0 with: sbt-runner-version: 1.10.2 - run: sbt ci-release diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 51de2d4..4b4798d 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -16,7 +16,7 @@ jobs: with: java-version: "16" distribution: "adopt" - - uses: sbt/setup-sbt@93e926cbdb4a428e41b4ef754124ec82925ffdc2 # v1.1.23 + - uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0 with: sbt-runner-version: 1.10.2 - name: Check sources formatting