| > sbt benchmark/run | |
| <snip> | |
| [info] Compiling 4 Scala sources to /home/jpretty/dev/github.com/non/jawn/benchmark/target/scala-2.11/classes... | |
| [error] /home/jpretty/dev/github.com/non/jawn/benchmark/src/main/scala/jawn/Parboiled.scala:27: reference to ParserInput is ambiguous; | |
| [error] it is imported twice in the same scope by | |
| [error] import spray.json._ | |
| [error] and import org.parboiled2._ | |
| [error] class ParboiledParser(val input: ParserInput) extends Parser with StringBuilding { | |
| [error] ^ | |
| [error] one error found | |
| [error] (benchmark/compile:compile) Compilation failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment