Skip to content

Commit

Permalink
Bump otel4s dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Oct 31, 2024
1 parent f05fd3c commit 8c234f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val http4s = "0.23.29"
val iron = "2.5.0"
val mongo4cats = "0.7.11"
val otel4s = "0.11-7d84643-SNAPSHOT"
val otel4s = "0.11-8e1f500-SNAPSHOT"
}

def http4s(artifact: String) = "org.http4s" %% s"http4s-$artifact" % V.http4s
Expand Down Expand Up @@ -59,7 +59,7 @@ object Dependencies {
val otel4sCore = "org.typelevel" %% "otel4s-core" % V.otel4s
val otel4sPrometheusExporter = "org.typelevel" %% "otel4s-sdk-exporter-prometheus" % V.otel4s
val otel4sSdk = "org.typelevel" %% "otel4s-sdk" % V.otel4s
val otel4sMetricts = "org.typelevel" %% "otel4s-experimental-metrics" % "0.4.0-4-138383f-SNAPSHOT"
val otel4sMetricts = "org.typelevel" %% "otel4s-experimental-metrics" % "0.4.0-6-8c1230f-SNAPSHOT"

val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.12"
Expand Down

0 comments on commit 8c234f4

Please sign in to comment.