diff options
| author | mergify[bot] | 2022-09-20 17:56:53 +0000 |
|---|---|---|
| committer | GitHub | 2022-09-20 17:56:53 +0000 |
| commit | 90e4ac38d49a9bae2bda1990c5de911c51c8c72a (patch) | |
| tree | 0dc054f3103a9baab047761bf1d56f393f59ee99 /.github/workflows | |
| parent | 03f62c8c9bc2f6cc65ab34b8902f5e9a61701595 (diff) | |
Bump to Scala 2.13.9 and 2.12.17 (backport #2739) (#2740)
* Bump to Scala 2.13.9 and 2.12.17 (#2739)
(cherry picked from commit 647c8a458ebc89ae3df818d540d308f0c417ae9f)
# Conflicts:
# .github/workflows/test.yml
* Resolve backport conflicts
* Update mimaPreviousArtifacts
Co-authored-by: Jack Koenig <koenig@sifive.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1fa715d..bd27edb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: matrix: system: ["ubuntu-20.04"] jvm: ["adopt@1.8"] - scala: ["2.13.6", "2.12.16"] + scala: ["2.13.9", "2.12.17"] espresso: ["2.4"] runs-on: ${{ matrix.system }} |
