From f754d9ee7b5b7ac730c5fa652f45d9b2bb21ad48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:43:01 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.2.1 to 1.5.6 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.2.1 to 1.5.6. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/af116cce31c00823d3903ce687f9cda3a4f19f1b...bfea3c5f48abd221b04a6df4798aa5eb8b6a2baf) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.5.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 499ea7ec..0a107277 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: java-version: ${{ matrix.java }} cache: sbt - name: Install sbt - uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1 + uses: sbt/setup-sbt@bfea3c5f48abd221b04a6df4798aa5eb8b6a2baf # v1.5.6 - name: Build run: | make SCALA_VERSION=${{ matrix.scala }} clean release