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.--- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index a7287449..97a1cfd0 100644 --- a/build.sc +++ b/build.sc @@ -10,7 +10,7 @@ import mill.contrib.buildinfo.BuildInfo import java.io.IOException -object firrtl extends mill.Cross[firrtlCrossModule]("2.12.13", "2.13.4") +object firrtl extends mill.Cross[firrtlCrossModule]("2.12.14", "2.13.6") class firrtlCrossModule(val crossScalaVersion: String) extends CrossSbtModule with ScalafmtModule with PublishModule with BuildInfo { override def millSourcePath = super.millSourcePath / os.up -- cgit v1.2.3