aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorScala Steward2021-11-20 07:32:19 +0100
committerGitHub2021-11-20 14:32:19 +0800
commit9db0031111f439672762a4f3e8043270eb38bbe7 (patch)
treec1b2255eaf65edfc1093318ae9b3f51c1a154e07 /.github/workflows
parentb027eb466b033a0a9d229f19feb931ddb292a9fa (diff)
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
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 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