From 6dcd9ec114842f91af1439074cb4152c54019bcb Mon Sep 17 00:00:00 2001 From: "nomadblacky-bot[bot]" <109256219+nomadblacky-bot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 23:15:23 +0900 Subject: [PATCH] chore: Update opentelemetry-exporter-otlp, ... to 1.40.0 (#59) Co-authored-by: bot-nomadblacky[bot] <109256219+bot-nomadblacky[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 37f77c9..78186e2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import sbt.* object Dependencies { private val v = new { val scalatest = "3.2.19" - val otel = "1.39.0" + val otel = "1.40.0" } // scalatest