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