From 133ec26e871175af493504103edee4158ac8d2c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:44:57 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.5.1 to 1.5.2 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/9d56cf12e9b58d219605e1d8bfe69a8395fedde0...6444f4c8111de4b9059c3975def104b03cfaa5f0) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 399d2c7..1d93dd8 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@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1 + - uses: sbt/setup-sbt@6444f4c8111de4b9059c3975def104b03cfaa5f0 # v1.5.2 with: sbt-runner-version: 1.10.2 - run: sbt ci-release diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 0dd7dd1..ee728cf 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@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1 + - uses: sbt/setup-sbt@6444f4c8111de4b9059c3975def104b03cfaa5f0 # v1.5.2 with: sbt-runner-version: 1.10.2 - name: Check sources formatting