aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorScala Steward2021-11-20 07:56:04 +0100
committerGitHub2021-11-20 06:56:04 +0000
commit51cca66b087276685e8ae9f0b6b473b47155d506 (patch)
tree1e3ca82d05e64f15fbd420e5255e0eaa88a97937 /.github/workflows
parent9db0031111f439672762a4f3e8043270eb38bbe7 (diff)
Update scala-library, scala-reflect to 2.12.15 (#2358)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
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