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-typelevel, sbt-typelevel-site to 0.7.3 #4651

Merged
merged 3 commits into from
Sep 15, 2024

Conversation

typelevel-steward[bot]
Copy link
Contributor

About this PR

๐Ÿ“ฆ Updates

from 0.7.2 to 0.7.3

๐Ÿ“œ 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 (0.7.2).
You might want to review and update them manually.

CHANGES.md
โš™ Adjust future updates

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

updates.ignore = [ { groupId = "org.typelevel" } ]

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

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

@satorg
Copy link
Contributor

satorg commented Sep 8, 2024

Looks like this update breaks the project entirely โ€“ย SBT cannot even start:

[error] java.lang.RuntimeException: found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[error] 
[error] 	* com.lihaoyi:geny_2.12:1.1.0 (early-semver) is selected over 0.6.5
[error] 	    +- com.lihaoyi:upickle-core_2.12:3.3.1                (depends on 1.1.0)
[error] 	    +- org.scalameta:fastparse-v2_2.12:2.3.1              (depends on 0.6.5)

@mzuehlke
Copy link
Contributor

mzuehlke commented Sep 8, 2024

It's the same problem as at fs2, the same fix should work: typelevel/fs2#3471

danicheg and others added 2 commits September 8, 2024 13:31
Co-authored-by: Michael Pilquist <mpilquist@gmail.com>
Co-authored-by: Marco Zรผhlke <mzuehlke@gmail.com>
@satorg satorg merged commit 8b92e0b into main Sep 15, 2024
17 checks passed
@satorg satorg deleted the update/sbt-typelevel-0.7.3 branch September 15, 2024 18:38
@satorg
Copy link
Contributor

satorg commented Sep 15, 2024

Thank you @mzuehlke , @danicheg !

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