From 902579871f51747b30a6c0c213fa31af18f1df88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:42:58 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.2.1 to 1.5.0 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.2.1 to 1.5.0. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/af116cce31c00823d3903ce687f9cda3a4f19f1b...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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 499ea7ec..24509da4 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@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0 - name: Build run: | make SCALA_VERSION=${{ matrix.scala }} clean release