playframework - Play migration to 2.4.0 giving sbt.IncompatiblePluginsException: Binary incompatibility in plugins -
i have project has been migrated play 2.2.1 play 2.3.0 when try migrate play 2.4.0, getting below error.
[error] sbt.incompatiblepluginsexception: binary incompatibility in plugins dete cted. [error] note conflicts resolved dependencies: [error] org.apache.commons:commons-compress [error] org.tukaani:xz [error] com.google.guava:guava [error] com.typesafe:config [error] org.slf4j:slf4j-api [error] org.fusesource.leveldbjni:leveldbjni [error] com.typesafe:jse_2.10 [error] com.typesafe.sbt:sbt-js-engine [error] com.typesafe.sbt:sbt-web [error] org.javassist:javassist not able resolve it.
Comments
Post a Comment