From f8680514c749950dc3c67703279b512efe4c24de Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 21 Jun 2022 08:42:31 +0000 Subject: [PATCH] Updating GHES workflows --- ci/scala.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scala.yml b/ci/scala.yml index c985f74..6f80a22 100644 --- a/ci/scala.yml +++ b/ci/scala.yml @@ -21,5 +21,6 @@ jobs: with: java-version: '11' distribution: 'temurin' + cache: 'sbt' - name: Run tests run: sbt test