This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 88880a01 Bump sbt/setup-sbt from 1.1.9 to 1.1.15 (#242)
88880a01 is described below
commit 88880a015f404376541fff1e2abef62f39487284
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 30 23:17:50 2026 +0100
Bump sbt/setup-sbt from 1.1.9 to 1.1.15 (#242)
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.9 to
1.1.15.
- [Release notes](https://github.com/sbt/setup-sbt/releases)
-
[Commits](https://github.com/sbt/setup-sbt/compare/6c68d2fe8dfbc0a0534d70101baa2e0420e1a506...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] <[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 c8fda65b..cfc471e5 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@6c68d2fe8dfbc0a0534d70101baa2e0420e1a506 # v1.1.9
+ uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15
- name: Build
run: |
make SCALA_VERSION=${{ matrix.scala }} clean release