From 3644ffef620d2bb344b67b0b11c1ae4618d62564 Mon Sep 17 00:00:00 2001
From: "scala-steward-for-moia[bot]"
<97042238+scala-steward-for-moia[bot]@users.noreply.github.com>
Date: Mon, 2 Oct 2023 09:19:46 +0000
Subject: [PATCH] Update scala-library to 2.13.12 (#4)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala)
from `2.13.11` to `2.13.12`
📜 [GitHub Release
Notes](https://github.com/scala/scala/releases/tag/v2.13.12) - [Version
Diff](https://github.com/scala/scala/compare/v2.13.11...v2.13.12)
## 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/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
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", 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" }
}]
```
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com>
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index fe1ad13..6868228 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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:git@github.com:moia-oss/scala-pekko-http-client.git")),
homepage := Some(url("https://github.com/moia-oss/scala-pekko-http-client")),
- scalaVersion := "2.13.11",
- crossScalaVersions := List("2.12.18", "2.13.11"),
+ scalaVersion := "2.13.12",
+ crossScalaVersions := List("2.12.18", "2.13.12"),
versionScheme := Some("early-semver"),
scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {