From 67b8c27b86c0c7cfd9f20285c1be441157532401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:56:29 +0000 Subject: [PATCH] Bump sbt/setup-sbt from 1.1.14 to 1.1.15 Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.14 to 1.1.15. - [Release notes](https://github.com/sbt/setup-sbt/releases) - [Commits](https://github.com/sbt/setup-sbt/compare/3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd...a627500d27445f8c5021755a439829b6e78e3358) --- updated-dependencies: - dependency-name: sbt/setup-sbt dependency-version: 1.1.15 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..80765e9 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@a627500d27445f8c5021755a439829b6e78e3358 # v1, specifically v1.1.15 - 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..b055fa8 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@a627500d27445f8c5021755a439829b6e78e3358 # v1, specifically v1.1.15 - 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..60bc7a8 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@a627500d27445f8c5021755a439829b6e78e3358 # v1, specifically v1.1.15 - name: Compile run: sbt compile - name: Publish artifacts diff --git a/.github/workflows/scala-steward.yml b/.github/workflows/scala-steward.yml index ca0c58f..49c7ee4 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@a627500d27445f8c5021755a439829b6e78e3358 # v1, specifically v1.1.15 - name: Launch Scala Steward uses: scala-steward-org/scala-steward-action@f60ccd18bc9d8083e6809d9dc3db4a69a71d856c # v2, specifically v2.78.0 with: