Uploaded image for project: 'S2Graph'
  1. S2Graph
  2. S2GRAPH-119

Set up EvictionOptions on build.sbt

    XMLWordPrintableJSON

Details

    • Task
    • Status: To Do
    • Trivial
    • Resolution: Unresolved
    • 0.1.0
    • 0.2.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

          Activity

            People

              steamshon Do Yung Yoon
              steamshon Do Yung Yoon
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: