diff options
| author | Jack Koenig | 2020-03-26 14:18:21 -0700 |
|---|---|---|
| committer | GitHub | 2020-03-26 21:18:21 +0000 |
| commit | e88f33e0aa02b093eaaef496b63f61a5c45148d6 (patch) | |
| tree | 1ae32b6a8adee7d4156ade483ff217ad211d50cb /.circleci/config.yml | |
| parent | 81845909248aaceef427e73924211931e0dc60dc (diff) | |
Bump to Scala 2.12.11 (#1389)
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to '.circleci/config.yml')
| -rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index cf797e47..1bcac0e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,7 +124,7 @@ jobs: executor: chisel-executor steps: - test-chisel: - scalaVersion: "++2.12.10" + scalaVersion: "++2.12.11" checkstyle-chisel: executor: chisel-executor |
