Skip to content

Commit

Permalink
Update zio-logging-slf4j, ... to 2.3.1 (#1307)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates 
* [dev.zio:zio-logging-slf4j](https://github.com/zio/zio-logging)
* [dev.zio:zio-logging-slf4j2](https://github.com/zio/zio-logging)

 from `2.3.0` to `2.3.1`

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

## 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.3.0).
You might want to review and update them manually.
```
zio-kafka/src/main/scala/zio/kafka/admin/AdminClient.scala
```
</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 Aug 24, 2024
1 parent 194f5ed commit c607e66
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 @@ -157,7 +157,7 @@ lazy val zioKafkaTest =
libraryDependencies ++= Seq(
kafkaClients,
logback % Test,
"dev.zio" %% "zio-logging-slf4j" % "2.3.0" % Test
"dev.zio" %% "zio-logging-slf4j" % "2.3.1" % Test
) ++ `embedded-kafka`.value
)

Expand All @@ -181,7 +181,7 @@ lazy val zioKafkaExample =
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.7",
"dev.zio" %% "zio-kafka" % "2.8.0",
"dev.zio" %% "zio-logging-slf4j2" % "2.3.0",
"dev.zio" %% "zio-logging-slf4j2" % "2.3.1",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
"dev.zio" %% "zio-kafka-testkit" % "2.8.0" % Test,
Expand Down

0 comments on commit c607e66

Please sign in to comment.