Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#46)
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.12` to `2.13.13`

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

## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/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: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-for-moia[bot] and scala-steward authored Mar 4, 2024
1 parent 57bff2a commit a9b8768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ lazy val root = (project in file("."))
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")),
scmInfo := Some(ScmInfo(url("https://github.com/moia-oss/scala-pekko-http-client"), "scm:[email protected]:moia-oss/scala-pekko-http-client.git")),
homepage := Some(url("https://github.com/moia-oss/scala-pekko-http-client")),
scalaVersion := "2.13.12",
crossScalaVersions := List("2.12.18", "2.13.12"),
scalaVersion := "2.13.13",
crossScalaVersions := List("2.12.18", "2.13.13"),
versionScheme := Some("early-semver"),
scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit a9b8768

Please sign in to comment.