Skip to content
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

The scalac-compat-annotation library is not included for tests #577

Closed
j-mie6 opened this issue Jun 28, 2023 · 0 comments · Fixed by #578
Closed

The scalac-compat-annotation library is not included for tests #577

j-mie6 opened this issue Jun 28, 2023 · 0 comments · Fixed by #578

Comments

@j-mie6
Copy link
Collaborator

j-mie6 commented Jun 28, 2023

The CompileOnly directive to include the annotation library to downstream plugin users only registers it for compile and not for test. I guess it would be good if the directive was fixed, but in the meantime adding:

"org.typelevel" %% "scalac-compat-annotation" % "0.1.2" % Test,

somewhere would fix the problem in the short-term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants