From 16e025d4f64d5a6e51b527337444a1d970b44371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:56:32 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.1.14 to 1.1.18 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.14 to 1.1.18. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd...1cad58d595b729a71ca2254cdf5b43dd6f42d4bb) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.1.18 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..88d2feb 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@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1, specifically v1.1.18 - 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..b832b74 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@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1, specifically v1.1.18 - 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..4b9f4ec 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@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1, specifically v1.1.18 - name: Compile run: sbt compile - name: Publish artifacts diff --git a/.github/workflows/scala-steward.yml b/.github/workflows/scala-steward.yml index a5417ea..efdf1d0 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@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1, specifically v1.1.18 - name: Launch Scala Steward uses: scala-steward-org/scala-steward-action@5bbb0a3f32b42774f8ba1ed18c29db5d915d2200 # v2, specifically v2.80.0 with: