aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2023-03-15 12:31:40 -0700
committerGitHub2023-03-15 12:31:40 -0700
commit4575518456d8501c3581b195aa7a9e31af19dc38 (patch)
treeca827607a60dc40aa00e9d131811b177eb667938 /build.sbt
parent6a999e306c81bb6a3276311022349523a576b552 (diff)
parent7262d5a538bd52850b90dd313757d3facb343b4a (diff)
Merge pull request #2613 from chipsalliance/maintenance-mode
Maintenance mode
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 4c6c2456..e6290b05 100644
--- a/build.sbt
+++ b/build.sbt
@@ -61,7 +61,7 @@ lazy val firrtlSettings = Seq(
)
lazy val mimaSettings = Seq(
- mimaPreviousArtifacts := Set()
+ mimaPreviousArtifacts := Set("edu.berkeley.cs" %% "firrtl" % "1.6.0-RC2")
)
lazy val protobufSettings = Seq(
@@ -152,7 +152,7 @@ lazy val docSettings = Seq(
"-doc-source-url", {
val branch =
if (version.value.endsWith("-SNAPSHOT")) {
- "master"
+ "1.6.x"
} else {
s"v${version.value}"
}