This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
The following commit(s) were added to refs/heads/master by this push:
new afe8ed6e Bump sbt/setup-sbt from 1.1.15 to 1.1.17 (#245)
afe8ed6e is described below
commit afe8ed6ea53267a1e66c5cb82753f5f22a12a7a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 20 16:41:36 2026 -0800
Bump sbt/setup-sbt from 1.1.15 to 1.1.17 (#245)
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.15 to
1.1.17.
- [Release notes](https://github.com/sbt/setup-sbt/releases)
-
[Commits](https://github.com/sbt/setup-sbt/compare/a627500d27445f8c5021755a439829b6e78e3358...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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 33f55182..ce34b6bd 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@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
+ uses: sbt/setup-sbt@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
- name: Build
run: |
make SCALA_VERSION=${{ matrix.scala }} clean release