Skip to content

Commit

Permalink
Update opentelemetry-api, ... to 1.23.1 (#656)
Browse files Browse the repository at this point in the history
* Update opentelemetry-api, ... to 1.23.1

* Fix docs

---------

Co-authored-by: Michael Nedokushev <[email protected]>
  • Loading branch information
scala-steward and grouzen authored Mar 2, 2023
1 parent d46551a commit 1e73c9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ ZIO Telemetry is a purely functional client which helps up propagate context bet
In order to use this library, we need to add the following line in our `build.sbt` file if we want to use [OpenTelemetry](https://opentelemetry.io/) client:

```scala
libraryDependencies += "dev.zio" %% "zio-telemetry" % "3.0.0-RC3"
libraryDependencies += "dev.zio" %% "zio-telemetry" % "3.0.0-RC4"
```

And for using [OpenTracing](https://opentracing.io/) client we should add the following line in our `build.sbt` file:

```scala
libraryDependencies += "dev.zio" %% "zio-opentracing" % "3.0.0-RC3"
libraryDependencies += "dev.zio" %% "zio-opentracing" % "3.0.0-RC4"
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {

object Versions {
val opentracing = "0.33.0"
val opentelemetry = "1.23.0"
val opentelemetry = "1.23.1"
val opencensus = "0.31.1"
val scalaCollectionCompat = "2.9.0"
val zio = "2.0.9"
Expand Down

0 comments on commit 1e73c9a

Please sign in to comment.