diff options
| author | mergify[bot] | 2022-10-13 21:25:07 +0000 |
|---|---|---|
| committer | GitHub | 2022-10-13 21:25:07 +0000 |
| commit | 1e9f4e99167d1bc132a1a1a04e6987c2161c4d0e (patch) | |
| tree | 03395e639efa676389aa080e67cb798e771ade31 /build.sc | |
| parent | 0167a664c38273d7016a6f828dcafdeeff8d32cd (diff) | |
Bump to Scala 2.13.10 (backport #2774) (#2775)
* Bump to Scala 2.13.10 (#2774)
2.13.9 has a binary compatibility regression so should be avoided.
(cherry picked from commit c53265d6853728280b6bc01b001415166515c79a)
# Conflicts:
# .github/workflows/test.yml
* Fix backport conflicts
* Fix scalaVersion in README
* Waive binary compatibility check for plugin for 2.13.10
3.5.4 is published for 2.13.10 so we cannot check binary compatibility
for it.
Co-authored-by: Jack Koenig <koenig@sifive.com>
Diffstat (limited to 'build.sc')
| -rw-r--r-- | build.sc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ import coursier.maven.MavenRepository import $ivy.`com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION` import mill.contrib.buildinfo.BuildInfo -object chisel3 extends mill.Cross[chisel3CrossModule]("2.13.9", "2.12.17") +object chisel3 extends mill.Cross[chisel3CrossModule]("2.13.10", "2.12.17") // The following stanza is searched for and used when preparing releases. // Please retain it. |
