summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJack Koenig2020-12-16 11:22:07 -0800
committerGitHub2020-12-16 11:22:07 -0800
commit25a417f86e47f7660318753065fea898535fbbd9 (patch)
tree863ed0b342b340ca1ebebcf2eb9c673124df8c9f /project/plugins.sbt
parent315ff8c6f443e7d5379948bca25619fe3ffb2440 (diff)
Switch to using Github Actions CI (#1690)
MiMa binary compatibility checks are now run on master, but the mimaPreviousArtifacts are empty which makes the check a no-op. This helps keep both the build.sbt and CI more consistent between master and stable branches. .mergify.yml is also updated with mergify.sc from chisel-repo-tools using the following configuration: conditions: - status-success=all tests passed branches: - 3.2.x - 3.3.x - 3.4.x
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 867bf6b6..e57c53b2 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -20,5 +20,7 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.5" )
addSbtPlugin("com.eed3si9n" % "sbt-sriracha" % "0.1.0")
+addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
+
// From FIRRTL for building from source
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.19")