From 8ec83c63e58b3711638a415c1a750184d9f4aea7 Mon Sep 17 00:00:00 2001 From: Filipe Regadas Date: Fri, 21 May 2021 08:52:52 +0100 Subject: [PATCH] Update GHA with scala 2.13.6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 08ffd078..3d9997bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: - "11" scala: - "2.12.12" - - "2.13.1" + - "2.13.6" testWithCoverageReport: runs-on: ubuntu-latest steps: