From 9db0031111f439672762a4f3e8043270eb38bbe7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Nov 2021 07:32:19 +0100 Subject: Update scala-library, scala-reflect to 2.13.7 (#2401) * Update sbt-scalafix to 0.9.32 * Update scala-library, scala-reflect to 2.13.7--- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75323224..6027a1a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.13.6, 2.12.14] + scala: [2.13.7, 2.12.14] steps: - name: Checkout @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.13.6, 2.12.14] + scala: [2.13.7, 2.12.14] steps: - name: Checkout uses: actions/checkout@v2 -- cgit v1.2.3