Skip to content

Commit

Permalink
Update zio to 2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Nov 21, 2024
1 parent 2840f02 commit c609aa4
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 @@ -55,7 +55,7 @@ lazy val `zio-opentelemetry-datadog-tracing-provider` =
scalaVersion := scala213,
crossScalaVersions := Seq(scala212, scala213, scala3),
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.1.12" % "provided",
"dev.zio" %% "zio" % "2.1.13" % "provided",
"dev.zio" %% "zio-config" % "4.0.2" % "provided",
"dev.zio" %% "zio-opentelemetry" % "3.0.1",
"io.opentelemetry" % "opentelemetry-api" % "1.44.1",
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.12",
"dev.zio" %% "zio" % "2.1.13",
"dev.zio" %% "zio-config" % "4.0.2",
),
//
Expand Down

0 comments on commit c609aa4

Please sign in to comment.