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 #26

Open
wants to merge 65 commits into
base: master
Choose a base branch
from

Conversation

scala-steward
Copy link

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.

metabrowse-js/yarn.lock
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

scala-steward and others added 30 commits August 24, 2021 22:42
…on4s-0.12.0

Update scalapb-json4s to 0.12.0
…ary-2.12.15

Update scala-library to 2.12.15
So that downstream users don't risk running into class path issues
because of a mismatch between the Scala version used by metabrowse and
theirs.
Publish server and cli modules with full cross version suffix
…4.4.30

Update scalameta, semanticdb-scalac, ... to 4.4.30
…4.4.31

Update scalameta, semanticdb-scalac, ... to 4.4.31
…4.4.33

Update scalameta, semanticdb-scalac, ... to 4.4.33
alexarchambault and others added 30 commits August 12, 2022 14:07
Seems mtags dropped support for 2.13.0
Co-authored-by: Alexandre Archambault <[email protected]>
Seems scalameta just dropped it.
So that Scala Steward sees it.
Update scalameta, semanticdb-scalac, ... to 4.6.0
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.

4 participants