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

Update sbt-assembly to 2.0.0 #2749

Merged

Conversation

scala-steward
Copy link
Contributor

Updates com.eed3si9n:sbt-assembly from 1.2.0 to 2.0.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 (1.2.0).
You might want to review and update them manually.

docs/faq.md
modules/benchmark/src/main/scala/org/scalasteward/benchmark/VersionBenchmark.scala
modules/core/src/main/resources/artifact-migrations.conf
modules/core/src/main/resources/scalafix-migrations.conf
modules/core/src/test/scala/org/scalasteward/core/data/VersionTest.scala
modules/core/src/test/scala/org/scalasteward/core/edit/EditAlgTest.scala
modules/core/src/test/scala/org/scalasteward/core/edit/UpdateHeuristicTest.scala
modules/core/src/test/scala/org/scalasteward/core/edit/hooks/HookExecutorTest.scala
modules/core/src/test/scala/org/scalasteward/core/vcs/VCSPackageTest.scala
modules/core/src/test/scala/org/scalasteward/core/vcs/data/NewPullRequestDataTest.scala
modules/core/src/test/scala/org/scalasteward/core/vcs/gitlab/GitLabApiAlgTest.scala
modules/docs/mdoc/faq.md
project/plugins.sbt
Adjust future updates

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

updates.ignore = [ { groupId = "com.eed3si9n", artifactId = "sbt-assembly" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }
}]

labels: sbt-plugin-update, early-semver-major, semver-spec-major, old-version-remains, commit-count:1

@codecov
Copy link

codecov bot commented Oct 25, 2022

Codecov Report

Base: 80.51% // Head: 80.51% // No change to project coverage 👍

Coverage data is based on head (bde97f0) compared to base (a086a64).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2749   +/-   ##
=======================================
  Coverage   80.51%   80.51%           
=======================================
  Files         149      149           
  Lines        2853     2853           
  Branches      191      191           
=======================================
  Hits         2297     2297           
  Misses        556      556           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mergify mergify bot merged commit 89308f6 into scala-steward-org:main Oct 25, 2022
@exoego exoego added this to the 0.16.0 milestone Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants