Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update sbt-scala-module to 2.4.0 #192

Merged
merged 2 commits into from
Aug 16, 2021

Conversation

scala-steward
Copy link
Contributor

Updates org.scala-lang.modules:sbt-scala-module from 2.3.1 to 2.4.0.
GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (2.3.1).
You might want to review and update them manually.

build.sbt
Ignore future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-lang.modules", artifactId = "sbt-scala-module" } ]

labels: sbt-plugin-update, semver-minor, old-version-remains

@SethTisue
Copy link
Member

the new sbt-version-policy plugin needs to be configured

@SethTisue SethTisue marked this pull request as draft August 3, 2021 21:29
- Remove `versionScheme` (already set by sbt-version-policy)
- Scope `versionPolicyIntention` to projects instead of `ThisBuild`
- Remove `scalaModuleMimaPreviousVersion` (already handled by sbt-version-policy)
- Remove plugin sbt-version-policy (already added by sbt-scala-module)
- Remove invocation of `versionPolicyCheck` (already invoked by `test`)
- Add invocation of `versionCheck` when publishing a release
@julienrf julienrf marked this pull request as ready for review August 4, 2021 08:21
@SethTisue SethTisue merged commit 0c59bbe into scala:main Aug 16, 2021
@SethTisue
Copy link
Member

Thank you, Julien!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants