Skip to content

Commit

Permalink
Update zio to 2.1.11 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Oct 19, 2024
1 parent 954c774 commit 445881c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ lazy val `zio-opentelemetry-datadog-tracing-provider` =
scalaVersion := scala213,
crossScalaVersions := Seq(scala212, scala213, scala3),
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.9" % "provided",
"dev.zio" %% "zio-config" % "3.0.7" % "provided",
"dev.zio" %% "zio" % "2.1.11" % "provided",
"dev.zio" %% "zio-config" % "3.0.7" % "provided",
"dev.zio" %% "zio-opentelemetry" % "2.0.3",
"io.opentelemetry" % "opentelemetry-api" % "1.43.0",
),
Expand All @@ -71,7 +71,7 @@ lazy val `my-traced-zio-project-example` =
name := "my-traced-zio-project-example",
scalaVersion := scala213,
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.9",
"dev.zio" %% "zio" % "2.1.11",
"dev.zio" %% "zio-config" % "3.0.7",
),
//
Expand Down

0 comments on commit 445881c

Please sign in to comment.