We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unlike scala-library.jar, the scala compiler is not binary compatible between minor releases. Therefore, compiler plugins should in principle be released with full cross versioning, and a new release is needed for every minor Scala release. See https://github.com/scalamacros/paradise/blob/2.12.8/build.sbt for example, https://search.maven.org/search?q=g:org.scalamacros.
Similar: cb372/scala-typed-holes#6, typelevel/kind-projector#15, softwaremill/scala-clippy#65
The text was updated successfully, but these errors were encountered:
Since 1.4.3 the plugin is fully cross versioned.
Sorry, something went wrong.
silencer-lib_2.12
silencer-lib_2.13
No branches or pull requests
Unlike scala-library.jar, the scala compiler is not binary compatible between minor releases. Therefore, compiler plugins should in principle be released with full cross versioning, and a new release is needed for every minor Scala release. See https://github.com/scalamacros/paradise/blob/2.12.8/build.sbt for example, https://search.maven.org/search?q=g:org.scalamacros.
Similar: cb372/scala-typed-holes#6, typelevel/kind-projector#15, softwaremill/scala-clippy#65
The text was updated successfully, but these errors were encountered: