Skip to content

Commit

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

 from `2.3.1` to `2.3.2`

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

## 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/f20d2a48793ed7c4c6d0a7f5b379768035eefc5e/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.1).
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>
  • Loading branch information
scala-steward authored Oct 21, 2024
1 parent f95d3df commit 9837e98
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 @@ -445,8 +445,8 @@ lazy val `kyo-bench` =
libraryDependencies += "org.typelevel" %% "cats-mtl" % "1.5.0",
libraryDependencies += "org.typelevel" %% "cats-mtl" % "1.5.0",
libraryDependencies += "com.47deg" %% "fetch" % "3.1.2",
libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.1",
libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.3.1",
libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2",
libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.3.2",
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
libraryDependencies += "dev.zio" %% "zio-concurrent" % zioVersion,
libraryDependencies += "dev.zio" %% "zio-query" % "0.7.6",
Expand Down

0 comments on commit 9837e98

Please sign in to comment.