Skip to content

Commit

Permalink
Merge pull request #1634 from 2m/wip-guava-scaldoc-2m
Browse files Browse the repository at this point in the history
Ignore the latest guava android from the dependencies
  • Loading branch information
ennru authored Apr 4, 2019
2 parents 661858d + 7d1acfc commit 52f6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ lazy val alpakka = project
ScalaUnidoc / unidoc / fullClasspath := {
(ScalaUnidoc / unidoc / fullClasspath).value
.filterNot(_.data.getAbsolutePath.contains("protobuf-java-2.5.0.jar"))
.filterNot(_.data.getAbsolutePath.contains("guava-26.0-android.jar"))
.filterNot(_.data.getAbsolutePath.contains("guava-27.1-android.jar"))
},
ScalaUnidoc / unidoc / unidocProjectFilter := inAnyProject -- inProjects(`doc-examples`),
crossScalaVersions := List() // workaround for https://github.com/sbt/sbt/issues/3465
Expand Down

0 comments on commit 52f6f6d

Please sign in to comment.