Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 2.1.6 (#1273)
Browse files Browse the repository at this point in the history
## 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.5` to `2.1.6`

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

## 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!_

<details>
<summary>πŸ” Files still referring to the old version number</summary>

The following files still refer to the old version number (2.1.5).
You might want to review and update them manually.
```
build.sbt
```
</details>
<details>
<summary>βš™ Adjust future updates</summary>

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" }
}]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
old-version-remains, 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 Jul 11, 2024
1 parent c717359 commit e46bc04
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 @@ -179,13 +179,13 @@ lazy val zioKafkaExample =
.settings(run / fork := false)
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.5",
"dev.zio" %% "zio" % "2.1.6",
"dev.zio" %% "zio-kafka" % "2.7.5",
"dev.zio" %% "zio-logging-slf4j2" % "2.3.0",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
"dev.zio" %% "zio-kafka-testkit" % "2.7.5" % Test,
"dev.zio" %% "zio-test" % "2.1.5" % Test
"dev.zio" %% "zio-test" % "2.1.6" % 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"):
Expand Down

0 comments on commit e46bc04

Please sign in to comment.