diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index cfa1efe..e21d75a 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: scalacenter/sbt-dependency-submission@v2 + - uses: scalacenter/sbt-dependency-submission@v3 with: ## Optional: Define the working directory of your build. ## It should contain the build.sbt file.