From 51cca66b087276685e8ae9f0b6b473b47155d506 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Nov 2021 07:56:04 +0100 Subject: Update scala-library, scala-reflect to 2.12.15 (#2358) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6027a1a9..3d5d4988 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.7, 2.12.14] + scala: [2.13.7, 2.12.15] steps: - name: Checkout @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.13.7, 2.12.14] + scala: [2.13.7, 2.12.15] steps: - name: Checkout uses: actions/checkout@v2 -- cgit v1.2.3