Skip to content

Instantly share code, notes, and snippets.

@propensive
Created November 25, 2014 23:35
Show Gist options
  • Save propensive/ef8f7ef5037ea995e53b to your computer and use it in GitHub Desktop.
Save propensive/ef8f7ef5037ea995e53b to your computer and use it in GitHub Desktop.
> 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