Skip to content

Commit 75da161

Browse files
authored
Update otel4s to 1.0.0-RC1, otel4s-sdk to 0.19.0-RC1 (#2862)
Before submitting pull request: - [x] Check if the project compiles by running `sbt compile` - [x] Verify docs compilation by running `sbt compileDocs` - [x] Check if tests pass by running `sbt test` - [x] Format code by running `sbt scalafmt`
1 parent 4fbbaed commit 75da161

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ val osLibVersion = "0.11.4"
167167
val tethysVersion = "0.29.8"
168168
val openTelemetryVersion = "1.59.0"
169169
val openTelemetrySemconvVersion = "1.40.0"
170-
val otel4s = "0.16.0"
171-
val otel4sSdk = "0.18.0"
170+
val otel4s = "1.0.0-RC1"
171+
val otel4sSdk = "0.19.0-RC1"
172172
val slf4jVersion = "1.7.36"
173173

174174
val compileAndTest = "compile->compile;test->test"

0 commit comments

Comments
 (0)