aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorSchuyler Eldridge2020-03-30 14:33:35 -0400
committerGitHub2020-03-30 14:33:35 -0400
commit21b9c8404b0be78f7e3f937fc322c731bf4371b7 (patch)
tree8e0e50036bb68689392b6abcfe45d7e13edbde5b /project
parenta458754f2c308c08bc152df1785a8468edfc27a4 (diff)
parentd3b3f8c2498c564b4f021bd2115b006564ca4f99 (diff)
Merge pull request #1471 from freechipsproject/scaladoc-no-warnings-1-se
Nuclear Option (-Xfatal-warnings) for Scaladoc Build
Diffstat (limited to 'project')
-rw-r--r--project/plugins.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2ce9aa89..d4de9ef5 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -22,4 +22,6 @@ addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.12")
+addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
+
libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.1"