From 54f26ed850e984830ac002064cbf241fd6cb8305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:01:33 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.1.14 to 1.1.17 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.14 to 1.1.17. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd...06192244f17880c9bf69ccd8de5b2e8785822be5) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.1.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-scala.yml | 2 +- .github/workflows/mima.yml | 2 +- .github/workflows/publish-release.yml | 2 +- .github/workflows/scala-steward.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-scala.yml b/.github/workflows/build-scala.yml index b257c3a..17af4e0 100644 --- a/.github/workflows/build-scala.yml +++ b/.github/workflows/build-scala.yml @@ -43,7 +43,7 @@ jobs: distribution: 'temurin' java-version: ${{inputs.java-version}} cache: 'sbt' - - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1, specifically v1.1.14 + - uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1, specifically v1.1.17 - name: Install libidn11-dev if: ${{ inputs.install-libidn11 }} run: sudo apt-get install libidn11-dev diff --git a/.github/workflows/mima.yml b/.github/workflows/mima.yml index 2489191..562f018 100644 --- a/.github/workflows/mima.yml +++ b/.github/workflows/mima.yml @@ -28,6 +28,6 @@ jobs: distribution: 'temurin' java-version: ${{ inputs.java-version }} cache: 'sbt' - - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1, specifically v1.1.14 + - uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1, specifically v1.1.17 - name: Check MiMa # disable for major releases run: sbt -v mimaReportBinaryIssues \ No newline at end of file diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 29ee3af..c481e72 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -32,7 +32,7 @@ jobs: distribution: 'temurin' java-version: ${{inputs.java-version}} cache: 'sbt' - - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1, specifically v1.1.14 + - uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1, specifically v1.1.17 - name: Compile run: sbt compile - name: Publish artifacts diff --git a/.github/workflows/scala-steward.yml b/.github/workflows/scala-steward.yml index a5417ea..4ab4d0b 100644 --- a/.github/workflows/scala-steward.yml +++ b/.github/workflows/scala-steward.yml @@ -32,7 +32,7 @@ jobs: distribution: 'temurin' java-version: ${{ inputs.java-version }} cache: 'sbt' - - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1, specifically v1.1.14 + - uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1, specifically v1.1.17 - name: Launch Scala Steward uses: scala-steward-org/scala-steward-action@5bbb0a3f32b42774f8ba1ed18c29db5d915d2200 # v2, specifically v2.80.0 with: