From bbce6b0f6b96346d9766dba3f3f78f914e4a2216 Mon Sep 17 00:00:00 2001
From: "zio-scala-steward[bot]"
<145262613+zio-scala-steward[bot]@users.noreply.github.com>
Date: Fri, 14 Jun 2024 15:26:16 +1000
Subject: [PATCH] Update zio-streams, zio-test-sbt to 2.1.3 (#1257)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates
* [dev.zio:zio-streams](https://github.com/zio/zio)
* [dev.zio:zio-test-sbt](https://github.com/zio/zio)
from `2.1.2` to `2.1.3`
📜 [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v2.1.3)
- [Version Diff](https://github.com/zio/zio/compare/v2.1.2...v2.1.3)
## 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.2).
You might want to review and update them manually.
```
CLA.md
```
⚙ 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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index e9ce69ee3..84d7cca14 100644
--- a/build.sbt
+++ b/build.sbt
@@ -25,7 +25,7 @@ lazy val _scala3 = "3.3.3"
inThisBuild(
List(
name := "ZIO Kafka",
- zioVersion := "2.1.2",
+ zioVersion := "2.1.3",
scalaVersion := _scala213,
// zio-sbt defines these 'scala213' and 'scala3' settings, but we need to define them here to override the defaults and better control them
scala213 := _scala213,