Skip to content

CORE-69: Minor and patch updates - sbt and 2 more to 1.11.3 - jackson… #579

CORE-69: Minor and patch updates - sbt and 2 more to 1.11.3 - jackson…

CORE-69: Minor and patch updates - sbt and 2 more to 1.11.3 - jackson… #579

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