Skip to content

CORE-69: Update google-cloud-nio from 0.127.38 to 0.128.1 (#1652) #575

CORE-69: Update google-cloud-nio from 0.127.38 to 0.128.1 (#1652)

CORE-69: Update google-cloud-nio from 0.127.38 to 0.128.1 (#1652) #575

name: Update Dependency Graph
on:
push:
branches:
- develop # default branch of the project
jobs:
update-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3
with:
## Optional: Define the working directory of your build.
## It should contain the build.sbt file.
working-directory: './'
# Ignore dependencies for the benchmarking module; these are not used at runtime
modules-ignore: bench_2.13