Skip to content

Commit

Permalink
build(deps): update scala-library from 2.13.15 to 2.13.16 (#437)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala)
from `2.13.15` to `2.13.16`

📜 [GitHub Release
Notes](https://github.com/scala/scala/releases/tag/v2.13.16) - [Version
Diff](scala/scala@v2.13.15...v2.13.16)

## 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/cef750ca7ef49bfcc10ef9e8db0c6284b3a873c5/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<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", artifactId = "scala-library" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang", artifactId = "scala-library" }
}]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForArtifactId" : {
      "crossDependency" : [
        {
          "groupId" : "org.scala-lang",
          "artifactId" : {
            "name" : "scala-library",
            "maybeCrossName" : null
          },
          "version" : "2.13.15",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "2.13.16"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-patch",
    "semver-spec-patch",
    "commit-count:1"
  ]
} -->
  • Loading branch information
scala-steward authored Jan 19, 2025
1 parent 5a5f3d1 commit 7c5843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish / skip := true
disablePlugins(MimaPlugin)

val Scala212 = "2.12.20"
val Scala213 = "2.13.15"
val Scala213 = "2.13.16"
val Scala3 = "3.3.4"

inThisBuild(
Expand Down

0 comments on commit 7c5843e

Please sign in to comment.