Skip to content

Commit

Permalink
Update scala-collection-compat to 2.13.0 (#3802)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[org.scala-lang.modules:scala-collection-compat](https://github.com/scala/scala-collection-compat)
from `2.12.0` to `2.13.0`

πŸ“œ [GitHub Release
Notes](https://github.com/scala/scala-collection-compat/releases/tag/v2.13.0)
- [Version
Diff](scala/scala-collection-compat@v2.12.0...v2.13.0)

## 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`](https://github.com/scala-steward-org/scala-steward/blob/8929fadb6f535472bd63397b1cb55a835fa1b5cb/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>πŸ” Files still referring to the old version number</summary>

The following files still refer to the old version number (2.12.0).
You might want to review and update them manually.
```
docs/release-notes.md
```
</details>
<details>
<summary>βš™ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang.modules", artifactId = "scala-collection-compat" }
}]
```
</details>

<sup>
labels: library-update
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "org.scala-lang.modules",
          "artifactId" : {
            "name" : "scala-collection-compat",
            "maybeCrossName" : "scala-collection-compat_2.12"
          },
          "version" : "2.12.0",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        },
        {
          "groupId" : "org.scala-lang.modules",
          "artifactId" : {
            "name" : "scala-collection-compat",
            "maybeCrossName" : "scala-collection-compat_2.13"
          },
          "version" : "2.12.0",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        },
        {
          "groupId" : "org.scala-lang.modules",
          "artifactId" : {
            "name" : "scala-collection-compat",
            "maybeCrossName" : "scala-collection-compat_native0.5_2.13"
          },
          "version" : "2.12.0",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        },
        {
          "groupId" : "org.scala-lang.modules",
          "artifactId" : {
            "name" : "scala-collection-compat",
            "maybeCrossName" : "scala-collection-compat_sjs1_2.12"
          },
          "version" : "2.12.0",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        },
        {
          "groupId" : "org.scala-lang.modules",
          "artifactId" : {
            "name" : "scala-collection-compat",
            "maybeCrossName" : "scala-collection-compat_sjs1_2.13"
          },
          "version" : "2.12.0",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "2.13.0"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update"
  ]
} -->

Co-authored-by: scala-steward <[email protected]>
  • Loading branch information
scala-steward-wvlet[bot] and xerial-bot authored Jan 28, 2025
1 parent 8199784 commit 0ff830d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airspec/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ val buildSettings = Seq[Setting[?]](
if (scalaVersion.value.startsWith("3."))
Seq.empty
else
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0")
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0")
}
)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ val buildSettings = Seq[Setting[?]](
if (scalaVersion.value.startsWith("3."))
Seq.empty
else
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0")
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0")
}
)

Expand Down

0 comments on commit 0ff830d

Please sign in to comment.