Skip to content

Instantly share code, notes, and snippets.

@zerosum
Created June 29, 2020 01:37
Show Gist options
  • Save zerosum/73761886321fde4333d5345fdab19e10 to your computer and use it in GitHub Desktop.
Save zerosum/73761886321fde4333d5345fdab19e10 to your computer and use it in GitHub Desktop.
sbt.version=1.3.13
libraryDependencies ++= Seq(
"software.amazon.awssdk" % "s3" % "2.13.46"
)
❯ sbt evicted --warn ─╯
[warn] Found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[warn] * io.netty:netty-handler:4.1.46.Final is selected over 4.1.43.Final
[warn] +- io.netty:netty-codec-http2:4.1.46.Final (depends on 4.1.46.Final)
[warn] +- software.amazon.awssdk:netty-nio-client:2.13.46 (depends on 4.1.46.Final)
[warn] +- io.netty:netty-codec-http:4.1.46.Final (depends on 4.1.46.Final)
[warn] +- com.typesafe.netty:netty-reactive-streams:2.0.4 (depends on 4.1.43.Final)
[warn] * io.netty:netty-codec-http:4.1.46.Final is selected over 4.1.43.Final
[warn] +- io.netty:netty-codec-http2:4.1.46.Final (depends on 4.1.46.Final)
[warn] +- software.amazon.awssdk:netty-nio-client:2.13.46 (depends on 4.1.46.Final)
[warn] +- com.typesafe.netty:netty-reactive-streams-http:2.0.4 (depends on 4.1.43.Final)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment