JohnReedLOL / scala-trace-debug

Macro based print debugging. Locates log statements in your IDE.
https://github.com/JohnReedLOL/pos
MIT License
115 stars 5 forks source link

SBT import warning #16

Closed JohnReedLOL closed 8 years ago

JohnReedLOL commented 8 years ago

SBT project import [warn] Multiple dependencies with the same organization/name but different versions. To avoid conflict, pick one version: [warn] * org.scala-lang.modules:scala-parser-combinators_2.11:(1.0.1, 1.0.4) [warn] * org.scala-lang.modules:scala-xml_2.11:(1.0.2, 1.0.4)

JohnReedLOL commented 8 years ago

Solved by changing sbt.version = 0.13.8 to sbt.version = 0.13.7