From 75af02bdf0963a1b2845247f4aff77a188cfe89f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:00:53 +0000 Subject: [PATCH] Update zio-logging to 2.4.0 --- .../djx/sbt/depts/codegen/LibraryDeptsInstance.scala | 6 +++--- scala-version-project/scala_212-project/build.sbt | 2 +- scala-version-project/scala_213-project/build.sbt | 2 +- scala-version-project/scala_3-project/build.sbt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inner-project/depts-codegen/src/main/codegen/djx/sbt/depts/codegen/LibraryDeptsInstance.scala b/inner-project/depts-codegen/src/main/codegen/djx/sbt/depts/codegen/LibraryDeptsInstance.scala index f07fe4a2..77660392 100644 --- a/inner-project/depts-codegen/src/main/codegen/djx/sbt/depts/codegen/LibraryDeptsInstance.scala +++ b/inner-project/depts-codegen/src/main/codegen/djx/sbt/depts/codegen/LibraryDeptsInstance.scala @@ -219,7 +219,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts { VarContext.changeDeptVar := "zio-logging" - libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2" + libraryDependencies += "dev.zio" %% "zio-logging" % "2.4.0" VarContext.changeDeptVar := "zhttp" @@ -509,7 +509,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts { VarContext.changeDeptVar := "zio-logging" - libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2" + libraryDependencies += "dev.zio" %% "zio-logging" % "2.4.0" VarContext.changeDeptVar := "zhttp" @@ -793,7 +793,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts { VarContext.changeDeptVar := "zio-logging" - libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2" + libraryDependencies += "dev.zio" %% "zio-logging" % "2.4.0" VarContext.changeDeptVar := "zhttp" diff --git a/scala-version-project/scala_212-project/build.sbt b/scala-version-project/scala_212-project/build.sbt index d8cf3aeb..10f3c5a0 100644 --- a/scala-version-project/scala_212-project/build.sbt +++ b/scala-version-project/scala_212-project/build.sbt @@ -146,7 +146,7 @@ VarContext.changeDeptVar := "zio-interop-reactivestreams" libraryDependencies += "dev.zio" %% "zio-interop-reactivestreams" % "2.0.2" VarContext.changeDeptVar := "zio-logging" -libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2" +libraryDependencies += "dev.zio" %% "zio-logging" % "2.4.0" VarContext.changeDeptVar := "zhttp" libraryDependencies += "io.d11" %% "zhttp" % "2.0.0-RC11" diff --git a/scala-version-project/scala_213-project/build.sbt b/scala-version-project/scala_213-project/build.sbt index 9066745f..38f72857 100644 --- a/scala-version-project/scala_213-project/build.sbt +++ b/scala-version-project/scala_213-project/build.sbt @@ -146,7 +146,7 @@ VarContext.changeDeptVar := "zio-interop-reactivestreams" libraryDependencies += "dev.zio" %% "zio-interop-reactivestreams" % "2.0.2" VarContext.changeDeptVar := "zio-logging" -libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2" +libraryDependencies += "dev.zio" %% "zio-logging" % "2.4.0" VarContext.changeDeptVar := "zhttp" libraryDependencies += "io.d11" %% "zhttp" % "2.0.0-RC11" diff --git a/scala-version-project/scala_3-project/build.sbt b/scala-version-project/scala_3-project/build.sbt index 6df865fc..2557ae95 100644 --- a/scala-version-project/scala_3-project/build.sbt +++ b/scala-version-project/scala_3-project/build.sbt @@ -141,7 +141,7 @@ VarContext.changeDeptVar := "zio-interop-reactivestreams" libraryDependencies += "dev.zio" %% "zio-interop-reactivestreams" % "2.0.2" VarContext.changeDeptVar := "zio-logging" -libraryDependencies += "dev.zio" %% "zio-logging" % "2.3.2" +libraryDependencies += "dev.zio" %% "zio-logging" % "2.4.0" VarContext.changeDeptVar := "zhttp" libraryDependencies += "io.d11" %% "zhttp" % "2.0.0-RC11"