From 6725a8806fc35f7d9cd9289717393acfe4969b9a Mon Sep 17 00:00:00 2001 From: Sergey Morgunov Date: Sat, 28 Dec 2024 09:51:48 +0300 Subject: [PATCH] Fix `Dependency Graph` action --- .github/workflows/dependency-graph.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 66220ca4f..80b86fe24 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -21,6 +21,7 @@ jobs: with: fetch-depth: 0 ref: ${{ inputs.ref }} + - uses: sbt/setup-sbt@v1 - uses: scalacenter/sbt-dependency-submission@v3 with: modules-ignore: docs_2.12 play-functional_2.12 play-json-joda_2.12 play-json_2.12 play-functional_sjs1_2.12 play-json_sjs1_2.12