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-compiler, scala-library, ... to 2.13.13 #1259

Merged

Conversation

scala-steward
Copy link
Contributor

@scala-steward scala-steward commented Feb 28, 2024

About this PR

πŸ“¦ Updates

from 2.13.12 to 2.13.13

πŸ“œ 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!

βš™ 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 = "30 days" },
  dependency = { groupId = "org.scala-lang" }
}]
labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

@scala-steward scala-steward requested a review from a team as a code owner February 28, 2024 14:24
github-actions[bot]
github-actions bot previously approved these changes Feb 28, 2024
github-actions[bot]
github-actions bot previously approved these changes Mar 10, 2024
@@ -100,17 +100,17 @@ private[prelude] class Macros(val c: whitebox.Context) extends Liftables {
quotedAssertion match {
case Some(quotedAssertion) =>
expr.tree match {
case Literal(Constant(value)) =>
Copy link
Member

@guizmaii guizmaii Apr 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove a new warning message generated by Scala 2.13.13:

[error] /home/runner/work/zio-prelude/zio-prelude/macros/shared/src/main/scala-2/zio/prelude/Macros.scala:103:33: Name value is already introduced in an enclosing scope as value value at line 94. Did you intend to match it using backquoted `value`?
[error]           case Literal(Constant(value)) =>

@sideeffffect sideeffffect merged commit deb15fc into zio:series/2.x Apr 13, 2024
19 checks passed
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.

None yet

3 participants