Skip to content

Update sbt-scoverage to 2.0.8#1024

Merged
tuxji merged 1 commit intoapache:mainfrom
scala-steward:update/sbt-scoverage-2.0.8
Jun 5, 2023
Merged

Update sbt-scoverage to 2.0.8#1024
tuxji merged 1 commit intoapache:mainfrom
scala-steward:update/sbt-scoverage-2.0.8

Conversation

@scala-steward
Copy link
Contributor

About this PR

📦 Updates org.scoverage:sbt-scoverage from 2.0.7 to 2.0.8

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

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.0.7).
You might want to review and update them manually.

project/Dependencies.scala
⚙ Adjust future updates

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

updates.ignore = [ { groupId = "org.scoverage", artifactId = "sbt-scoverage" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
}]
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

Copy link
Member

@stevedlawrence stevedlawrence left a comment

Choose a reason for hiding this comment

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

+1

  • Do all automated continuous integration checks pass?
    Yes. And code coverage for this PR was successful here: https://app.codecov.io/gh/apache/daffodil/pull/1024
  • Is the update a patch, minor, or major update?
    Patch update, plugin and dependency updates. Changelog for scoverage compiler plugin is also mostly plugin updates and support for upcoming 2.12.18 scala release: https://github.com/scoverage/scalac-scoverage-plugin/releases/tag/v2.0.10
  • Is the license still compatible with ASF License Policy?
    Yes, still ALv2
  • Have any changes been made to LICENSE/NOTICE files that need to be incorporated?
    Not applicable, we do not distribute
  • Have any transitive dependencies been added or changed?
    Not applicable, we do not distribute

Copy link
Contributor

@tuxji tuxji left a comment

Choose a reason for hiding this comment

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

+1

@tuxji tuxji merged commit 6df87d9 into apache:main Jun 5, 2023
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.

3 participants