From 8421e96f04831fc61ddd5efa30f0ebc84f27c596 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Mon, 13 Sep 2021 20:42:27 -0700 Subject: Bump Scala to 2.12.14 and 2.13.6 (#2356) This required also bumping sbt-scalafix to bring in a newer version of semanticdb. The new version of semanticdb had an issue with a regex in SMTLib, fixed by fixing the way '$' is escaped in the regex.--- .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 b89de3bb..cca2fc35 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.4, 2.12.13] + scala: [2.13.6, 2.12.14] container: image: ucbbar/chisel3-tools options: --user github --entrypoint /bin/bash @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scala: [2.13.4, 2.12.13] + scala: [2.13.6, 2.12.14] steps: - name: Checkout uses: actions/checkout@v2 -- cgit v1.2.3