Skip to content

Commit

Permalink
Update zio-logging to 0.5.10 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 26, 2021
1 parent b75ec0a commit e06262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy val redis =
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio-streams" % Zio,
"dev.zio" %% "zio-logging" % "0.5.9",
"dev.zio" %% "zio-logging" % "0.5.10",
"dev.zio" %% "zio-schema" % "0.0.5",
"dev.zio" %% "zio-test" % Zio % Test,
"dev.zio" %% "zio-test-sbt" % Zio % Test
Expand Down

0 comments on commit e06262b

Please sign in to comment.