From 9837e9869fcfc83ca4cf0f9f29010127e33d35e1 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:41:31 +0200 Subject: [PATCH] Update zio-logging, zio-logging-slf4j2 to 2.3.2 (#768) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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](https://github.com/zio/zio-logging/compare/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!_
🔍 Files still referring to the old version number The following files still refer to the old version number (2.3.1). You might want to review and update them manually. ``` build.sbt ```
⚙ 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 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 910f8a255..f9864ea1c 100644 --- a/build.sbt +++ b/build.sbt @@ -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",