-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.13.1 regression: NoSuchMethodError: scala.tools.nsc.Global.reporter()Lscala/tools/nsc/reporters/Reporter; #11742
Comments
Compiler plugins (kind-projector) need to be fully cross-versioned, the Scala compiler is not binary compatible between minor releases. See typelevel/kind-projector#15. |
scala-maven-plugin is also broken: davidB/scala-maven-plugin#363 :-( |
ajozwik
pushed a commit
to ajozwik/quill-generic
that referenced
this issue
Oct 16, 2019
ajozwik
pushed a commit
to ajozwik/quill-generic
that referenced
this issue
Oct 16, 2019
akkie
added a commit
to mohiva/play-silhouette
that referenced
this issue
Dec 29, 2019
… and 2.13.1 compiler (#575) This change introduces the sbt-travisci plugin which makes it easier to maintain a full set of versions, cross compiled and run through the CI. Fixes build issue with Scala 2.13.1 (See #scala/bug#11742)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce execute:
Produces an exception:
While the exception arises inside kind-projector, all other files that use and one other project appear to work fine, only something in
distage-model
module triggers this error.The text was updated successfully, but these errors were encountered: