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 scala-library, scala-reflect to 2.13.9 #4306

Closed
wants to merge 2 commits into from

Conversation

typelevel-steward[bot]
Copy link
Contributor

Updates

from 2.13.8 to 2.13.9.
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 (2.13.8).
You might want to review and update them manually.

core/src/main/scala/cats/data/Chain.scala
tests/shared/src/test/scala-2.12/cats/tests/compat/SeqOps.scala
Adjust future updates

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

updates.ignore = [ { groupId = "org.scala-lang" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.scala-lang" }
}]

labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:n:2

@armanbilge
Copy link
Member

This update seems to be failing MiMa 😓

[error] Cats core: Failed binary compatibility check against org.typelevel:cats-core_2.13:2.0.0 (e:info.apiURL=https://***/service/local/repositories/snapshots/archive/org/typelevel/cats-docs_2.13/2.9-b9f9344-SNAPSHOT/cats-docs_2.13-2.9-b9f9344-SNAPSHOT-javadoc.jar/!/index.html, e:info.versionScheme=early-semver)! Found 2 potential problems (filtered 39)
[error]  * extension method productIterator$extension(scala.StringContext)scala.collection.Iterator in object cats.Show#ShowInterpolator does not have a correspondent in current version
[error]    filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("cats.Show#ShowInterpolator.productIterator$extension")
[error]  * extension method productIterator$extension(java.lang.String)scala.collection.Iterator in object cats.Show#Shown does not have a correspondent in current version
[error]    filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("cats.Show#Shown.productIterator$extension")
[info] tests: mimaPreviousArtifacts is empty, not analyzing binary compatibility.
[info] bench: mimaPreviousArtifacts is empty, not analyzing binary compatibility.
[error] testkit: Failed binary compatibility check against org.typelevel:cats-testkit_2.13:2.4.1 (e:info.apiURL=https://***/service/local/repositories/snapshots/archive/org/typelevel/cats-docs_2.13/2.9-b9f9344-SNAPSHOT/cats-docs_2.13-2.9-b9f9344-SNAPSHOT-javadoc.jar/!/index.html, e:info.versionScheme=early-semver)! Found 2 potential problems
[error]  * extension static method productIterator$extension(scala.collection.immutable.List)scala.collection.Iterator in class cats.tests.ListWrapper does not have a correspondent in current version
[error]    filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("cats.tests.ListWrapper.productIterator$extension")
[error]  * extension method productIterator$extension(scala.collection.immutable.List)scala.collection.Iterator in object cats.tests.ListWrapper does not have a correspondent in current version
[error]    filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("cats.tests.ListWrapper.productIterator$extension")

@armanbilge
Copy link
Member

@armanbilge
Copy link
Member

2.13.10 is coming soon.

@armanbilge armanbilge closed this Oct 9, 2022
@armanbilge armanbilge deleted the update/scala-library-2.13.9 branch October 9, 2022 15:30
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.

1 participant