Conflicting cross-version suffixes (sbt, Scala-STM, Play-JSON)

后端 未结 3 847
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-12 12:13

I am using a JSON extension which relies on Mandubian\'s play-json 2.2-SNAPSHOT. Everything worked fine until now I have a project based on Scala-STM. sbt reports the following

3条回答
  •  野性不改
    2021-02-12 13:07

    If you'd like to see all libraries being pulled in to your SBT project, you can use the SBT dependency graph plugin.

    Using this, you can see why scala-stm is being pulled in, and also check for other conflicting scala 2.10 and 2.11 dependencies.

提交回复
热议问题