diff options
| author | Jack Koenig | 2019-09-16 14:41:39 -0700 |
|---|---|---|
| committer | GitHub | 2019-09-16 14:41:39 -0700 |
| commit | a83647a91326bcd2ac0e3c664056b5ced212cc67 (patch) | |
| tree | 52e2545573751531183e9daea33c5674605fb9f6 /.circleci/config.yml | |
| parent | 4af6db34e865b44cc68ed114d35ca6016a37d265 (diff) | |
Bump Scala to 2.12.10 (#1179)
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 10a82b72..cf797e47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,7 +124,7 @@ jobs: executor: chisel-executor steps: - test-chisel: - scalaVersion: "++2.12.7" + scalaVersion: "++2.12.10" checkstyle-chisel: executor: chisel-executor |
