Skip to content

Commit

Permalink
scalafmtSbt
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Nov 27, 2023
1 parent 99a7e46 commit 1eafe93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ object Dependencies {
val otelSemconv: ModuleID = "io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.21.0-alpha"
val otelAnnotation: ModuleID = "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % openTelemetryVersion
val otelInstrumentationApi: ModuleID = "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-api" % openTelemetryVersion
val otelInstrumentationApiSemconv: ModuleID = "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-api-semconv" % (openTelemetryVersion + "-alpha")
val otelInstrumentationApiSemconv: ModuleID =
"io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-api-semconv" % (openTelemetryVersion + "-alpha")
val otelPrometheusExporter: ModuleID = "io.opentelemetry" % "opentelemetry-exporter-prometheus" % (openTelemetryVersion + "-alpha")

// Google cloud open telemetry exporters
Expand Down

0 comments on commit 1eafe93

Please sign in to comment.