diff options
| author | Schuyler Eldridge | 2020-03-30 14:33:35 -0400 |
|---|---|---|
| committer | GitHub | 2020-03-30 14:33:35 -0400 |
| commit | 21b9c8404b0be78f7e3f937fc322c731bf4371b7 (patch) | |
| tree | 8e0e50036bb68689392b6abcfe45d7e13edbde5b /project | |
| parent | a458754f2c308c08bc152df1785a8468edfc27a4 (diff) | |
| parent | d3b3f8c2498c564b4f021bd2115b006564ca4f99 (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.sbt | 2 |
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" |
