From 6416ab42825964908249ab72bf1c0aac7c34e097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ferrer=20Gonza=CC=81lez?= Date: Fri, 21 Jun 2024 18:38:24 +0200 Subject: [PATCH] ci: submit SBT project dependencies to the Github Dependency submission API --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8330c9..575e806 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: distribution: 'zulu' java-version: '21' cache: 'sbt' + - uses: scalacenter/sbt-dependency-submission@v3 - name: 👌 Run "pre-push" tasks (compile and style-check) run: sbt prep - name: ✅ Generate a project and run its test