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 30974ab7 Bump sbt/setup-sbt from 1.1.17 to 1.1.18 (#246)
30974ab7 is described below
commit 30974ab7f2ff587388af4511cb31bd36cffbb5f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 27 14:25:07 2026 -0800
Bump sbt/setup-sbt from 1.1.17 to 1.1.18 (#246)
Bumps [sbt/setup-sbt](https://github.com/sbt/setup-sbt) from 1.1.17 to
1.1.18.
- [Release notes](https://github.com/sbt/setup-sbt/releases)
-
[Commits](https://github.com/sbt/setup-sbt/compare/06192244f17880c9bf69ccd8de5b2e8785822be5...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] <[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 ce34b6bd..004caf47 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@06192244f17880c9bf69ccd8de5b2e8785822be5 # v1.1.17
+ uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
- name: Build
run: |
make SCALA_VERSION=${{ matrix.scala }} clean release