Add Coursier to recommended Scala setup

This commit is contained in:
Hugo van Rijswijk 2020-05-29 12:59:35 +02:00 committed by GitHub
parent b8204782bb
commit b96ba37f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,6 +444,7 @@ When dependencies are installed later in the workflow, we must specify the same
path: | path: |
~/.ivy2/cache ~/.ivy2/cache
~/.sbt ~/.sbt
~/.cache/coursier/v1
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }} key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
``` ```