Skip to content

Commit

Permalink
Update zio-logging to 2.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2024
1 parent cfa756d commit 663afd2
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 @@ -19,7 +19,7 @@ lazy val zio: Project = (project in file("zio"))
name := "zio",
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.2",
"dev.zio" %% "zio-logging" % "2.1.5",
"dev.zio" %% "zio-logging" % "2.1.17",
"io.d11" %% "zhttp" % "2.0.0-RC11",
"dev.zio" %% "zio-json" % zioJsonVersion,
"com.softwaremill.sttp.client3" %% "zio" % sttpVersion,
Expand Down

0 comments on commit 663afd2

Please sign in to comment.