From 606cd7e08aeefa2cef3195b39a772e8fe1fbf6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 23:37:29 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.1.22 to 1.2.1 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.22 to 1.2.1. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/508b753e53cb6095967669e0911487d2b9bc9f41...af116cce31c00823d3903ce687f9cda3a4f19f1b) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.2.1 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 6ef698b5..499ea7ec 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@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22 + uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1 - name: Build run: | make SCALA_VERSION=${{ matrix.scala }} clean release