Когда я запускаю evicted
в консоли SBT, я получаю следующее предупреждение:
[warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings.
[warn] Found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[warn] * com.typesafe:ssl-config-core_2.13:0.3.8 is selected over 0.4.0
[warn] +- com.typesafe.play:play_2.13:2.7.3 () (depends on 0.4.0)
[warn] +- com.typesafe.akka:akka-stream_2.13:2.5.23 () (depends on 0.4.0)
Я не понимаю, почему выбран 0.3.8
, даже если его нет в списке вообще.
Также странно, когда я запускаю dependencyTree
com.typesafe:ssl-config-core_2.13
даже нет в списке.