Skip to content

[CORE-69]: Bump actions/setup-java from 4 to 5 (#1662) #585

[CORE-69]: Bump actions/setup-java from 4 to 5 (#1662)

[CORE-69]: Bump actions/setup-java from 4 to 5 (#1662) #585

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@v5
- 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