Skip to content

Instantly share code, notes, and snippets.

@alexarchambault
Created February 25, 2018 21:20
Show Gist options
  • Save alexarchambault/339971876e465c17d1bc14f41c14dfd9 to your computer and use it in GitHub Desktop.
Save alexarchambault/339971876e465c17d1bc14f41c14dfd9 to your computer and use it in GitHub Desktop.
Exception in thread "main" java.lang.IncompatibleClassChangeError: Interface method reference: scala.util.control.NoStackTrace.fillInStackTrace()Ljava/lang/Throwable;, is in an indirect superinterface of scala.util.control.BreakControl
at scala.util.control.BreakControl.fillInStackTrace(Breaks.scala:1023)
at java.lang.Throwable.<init>(Throwable.java:250)
at scala.util.control.BreakControl.<init>(Breaks.scala:94)
at scala.util.control.Breaks.<init>(Breaks.scala:29)
at scala.collection.Traversable$.<init>(Traversable.scala:95)
at scala.collection.Traversable$.<clinit>(Traversable.scala)
at scala.package$.<init>(package.scala:40)
at scala.package$.<clinit>(package.scala)
at scala.Predef$.<init>(Predef.scala:139)
at scala.Predef$.<clinit>(Predef.scala)
at coursier.echo.Echo$.main(Echo.scala:7)
at coursier.echo.Echo.main(Echo.scala)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment