Skip to content

Commit

Permalink
Update zio-config to 4.0.3 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Jan 7, 2025
1 parent 54ef226 commit cce0bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lazy val `zio-opentelemetry-datadog-tracing-provider` =
crossScalaVersions := Seq(scala212, scala213, scala3),
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.14" % "provided",
"dev.zio" %% "zio-config" % "4.0.2" % "provided",
"dev.zio" %% "zio-config" % "4.0.3" % "provided",
"dev.zio" %% "zio-opentelemetry" % "3.0.2",
"io.opentelemetry" % "opentelemetry-api" % "1.45.0",
),
Expand All @@ -72,7 +72,7 @@ lazy val `my-traced-zio-project-example` =
scalaVersion := scala213,
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.14",
"dev.zio" %% "zio-config" % "4.0.2",
"dev.zio" %% "zio-config" % "4.0.3",
),
//
// This is an example of configuration you need to add in your project to configure sbt-datadog and the Datadog APM Agent
Expand Down

0 comments on commit cce0bfe

Please sign in to comment.