diff options
| author | Scala Steward | 2021-11-20 07:56:04 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-20 06:56:04 +0000 |
| commit | 51cca66b087276685e8ae9f0b6b473b47155d506 (patch) | |
| tree | 1e3ca82d05e64f15fbd420e5255e0eaa88a97937 /.github/workflows/test.yml | |
| parent | 9db0031111f439672762a4f3e8043270eb38bbe7 (diff) | |
Update scala-library, scala-reflect to 2.12.15 (#2358)
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
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 |
