From 529a6fe68a5f7e60a960735620cca88a1bdc803c Mon Sep 17 00:00:00 2001 From: Sergey Morgunov Date: Sat, 28 Dec 2024 16:06:13 +0300 Subject: [PATCH] Fix `Dependency Graph` action (cherry picked from commit 66af63b589b9ee0e187f145c42d08ccc32fd716e) --- .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 9e845b2..d60296e 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -21,4 +21,5 @@ jobs: with: fetch-depth: 0 ref: ${{ inputs.ref }} + - uses: sbt/setup-sbt@v1 - uses: scalacenter/sbt-dependency-submission@v3