Details
-
Task
-
Status: To Do
-
Trivial
-
Resolution: Unresolved
-
0.1.0
-
None
-
None
Description
Currently, when we run `sbt package` there are few warnings like follows.
[warn] There may be incompatibilities among your library dependencies. [warn] Here are some of the libraries that were evicted: [warn] * com.google.guava:guava:(16.0.1, 19.0, 18.0, 11.0.2) -> 12.0.1 [warn] Run 'evicted' to see detailed eviction warnings
I am suggesting add followings on root build.sbt so turn off warning messages.
evictionWarningOptions in update := EvictionWarningOptions.default.withWarnTransitiveEvictions(false).withWarnDirectEvictions(false).withWarnScalaVersionEviction(false)
Attachments
Issue Links
- links to