Skip to content

Commit

Permalink
chore: Update otel4s-sdk-exporter from 0.8.0 to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 6, 2024
1 parent 340115d commit b5e49e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ object Dependencies {

val observability: Seq[ModuleID] = Seq(
"org.typelevel" %% "otel4s-sdk" % "0.8.1",
"org.typelevel" %% "otel4s-sdk-exporter" % "0.8.0"
"org.typelevel" %% "otel4s-sdk-exporter" % "0.8.1"
)

val skunk: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit b5e49e5

Please sign in to comment.