Skip to content

Conversation

@typelevel-steward
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
@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.

4 participants