Skip to content

Commit

Permalink
Update scala-library to 2.13.14 (#1235)
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.13` to `2.13.14`

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

## 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/996af6a8b62b210637ba5fccc37d073f7131f6e2/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>

Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] authored May 3, 2024
1 parent f3757dd commit aa46fe1
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 @@ -19,7 +19,7 @@ lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"

enablePlugins(ZioSbtEcosystemPlugin, ZioSbtCiPlugin)

lazy val _scala213 = "2.13.13"
lazy val _scala213 = "2.13.14"
lazy val _scala3 = "3.3.3"

inThisBuild(
Expand Down

0 comments on commit aa46fe1

Please sign in to comment.