0
私は自分のプロジェクトをPlay 2.5.2(2.4.6以降)に移行しました。しかし、私はsbtの更新を実行すると、私は次の警告を得ました:Playへの移行後のライブラリの撤回Sbt 2.5.2
[warn] There may be incompatibilities among your library dependencies.
[warn] Here are some of the libraries that were evicted:
[warn] * com.typesafe.play:play-cache_2.11:2.4.6 -> 2.5.2
[warn] * com.typesafe.play:play-ws_2.11:2.4.6 -> 2.5.2
[warn] * com.typesafe.play:play-netty-server_2.11:2.4.6 -> 2.5.2
[warn] * com.typesafe.play:play-server_2.11:2.4.6 -> 2.5.2
[warn] * com.typesafe.play:twirl-api_2.11:1.0.0 -> 1.1.1
私はそれを修正するために何をすればよいかわかりません。