Skip to content

Commit

Permalink
Merge pull request #485 from djx314/update/zio-logging-2.4.0
Browse files Browse the repository at this point in the history
Update zio-logging to 2.4.0
  • Loading branch information
djx314 authored Nov 14, 2024
2 parents ee5522c + 75af02b commit 297120c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_212-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_213-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_3-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 297120c

Please sign in to comment.