frankfliu commented on issue #11879: [MXNet-Scala] Scala Build produces warnings. URL: https://github.com/apache/incubator-mxnet/issues/11879#issuecomment-453661800 Those warning is harmless, scala promise binary compatibility between minor version. As long as all of them has the same major verison 2.11, we are fine. Upgrade to 2.12 won't solve this problem. And this warning can not be completely eliminated by us. Many of them come from our dependencies. For example: org.scalatest:scalatest_2.11:jar:3.0.5 (requires 2.11.12), itself depends on org.scala-lang.modules:scala-xml_2.11:jar:1.0.6 (requires 2.11.7), This warning will show up unless scalatest upgrade their dependency to 2.11.12.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
