From a719525d36763b41c4027f516b10508e55288f1a Mon Sep 17 00:00:00 2001
From: "zio-scala-steward[bot]"
<145262613+zio-scala-steward[bot]@users.noreply.github.com>
Date: Thu, 17 Oct 2024 10:44:53 +0200
Subject: [PATCH] Update zio, zio-streams, zio-test, ... to 2.1.11 (#1342)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates
* [dev.zio:zio](https://github.com/zio/zio)
* [dev.zio:zio-streams](https://github.com/zio/zio)
* [dev.zio:zio-test](https://github.com/zio/zio)
* [dev.zio:zio-test-sbt](https://github.com/zio/zio)
from `2.1.9` to `2.1.11`
📜 [GitHub Release
Notes](https://github.com/zio/zio/releases/tag/v2.1.11) - [Version
Diff](https://github.com/zio/zio/compare/v2.1.9...v2.1.11)
## 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/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md)
file.
_Have a fantastic day writing Scala!_
🔍 Files still referring to the old version number
The following files still refer to the old version number (2.1.9).
You might want to review and update them manually.
```
build.sbt
```
⚙ Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "dev.zio" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "dev.zio" }
}]
```
labels: library-update, early-semver-patch, semver-spec-patch,
old-version-remains, commit-count:1
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
---
build.sbt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.sbt b/build.sbt
index 913e044ef..0c2b96c9f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -179,13 +179,13 @@ lazy val zioKafkaExample =
.settings(run / fork := false)
.settings(
libraryDependencies ++= Seq(
- "dev.zio" %% "zio" % "2.1.9",
+ "dev.zio" %% "zio" % "2.1.11",
"dev.zio" %% "zio-kafka" % "2.8.2",
"dev.zio" %% "zio-logging-slf4j2" % "2.3.1",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
- "dev.zio" %% "zio-kafka-testkit" % "2.8.2" % Test,
- "dev.zio" %% "zio-test" % "2.1.9" % Test
+ "dev.zio" %% "zio-kafka-testkit" % "2.8.2" % Test,
+ "dev.zio" %% "zio-test" % "2.1.11" % Test
),
// Scala 3 compiling fails with:
// [error] Modules were resolved with conflicting cross-version suffixes in ProjectRef(uri("file:/home/runner/work/zio-kafka/zio-kafka/"), "zioKafkaExample"):