Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 2.1.12 (#1364)
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.11` to `2.1.12`

πŸ“œ [GitHub Release
Notes](https://github.com/zio/zio/releases/tag/v2.1.12) - [Version
Diff](zio/zio@v2.1.11...v2.1.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/67e3c3e7d88448dd99efc39b1b517c53b359677f/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 = "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,
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 Nov 8, 2024
1 parent c121eaa commit 8ae5d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val _scala3 = "3.3.4"
inThisBuild(
List(
name := "ZIO Kafka",
zioVersion := "2.1.11",
zioVersion := "2.1.12",
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,
Expand Down

0 comments on commit 8ae5d79

Please sign in to comment.