aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2021-09-13 20:42:27 -0700
committerGitHub2021-09-13 20:42:27 -0700
commit8421e96f04831fc61ddd5efa30f0ebc84f27c596 (patch)
treee28acb095c9e4a9fcff0f9c1856773d462aa2833 /build.sbt
parentbeb5bc9850fd69adff36f38fb00a1f68bb1918fe (diff)
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.
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 64d27641..50f67e5c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,8 +4,8 @@ enablePlugins(SiteScaladocPlugin)
lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
- scalaVersion := "2.12.13",
- crossScalaVersions := Seq("2.13.4", "2.12.13")
+ scalaVersion := "2.12.14",
+ crossScalaVersions := Seq("2.13.6", "2.12.14")
)
lazy val isAtLeastScala213 = Def.setting {