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

improvement: Automatically include semanticdbjar for tests #2081

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Jun 21, 2023

Previously, we would use a commited semanticdb jar for tests in frontend, however this caused two issues:

  • semanticdb would be always out of date
  • scala version updates would require also bumping semanticdb manually and fetching the jar

Now, we use the latest semanticdb plugin always, which should work properly.

Previously, we would use a commited semanticdb jar for tests in frontend, however this caused two issues:

- semanticdb would be always out of date
- scala version updates would require also bumping semanticdb manually and fetching the jar

Now, we use the latest semanticdb plugin always, which should work properly.
Copy link
Member

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@tgodzik tgodzik merged commit 02774ea into scalacenter:main Jun 22, 2023
@tgodzik tgodzik deleted the bump-versions-scala branch June 22, 2023 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants