From b96ba37f87b3e6f98d85a5a55aaec7bc67c2d7ba Mon Sep 17 00:00:00 2001
From: Hugo van Rijswijk <hugo.v.rijswijk@gmail.com>
Date: Fri, 29 May 2020 12:59:35 +0200
Subject: [PATCH] Add Coursier to recommended Scala setup

---
 examples.md | 1 +
 1 file changed, 1 insertion(+)

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