Skip to content

Commit

Permalink
chore: Upgrade otel4s to 0.8.0 and skunk to 1.0.0-M7
Browse files Browse the repository at this point in the history
  • Loading branch information
rlemaitre committed Jul 18, 2024
1 parent 0f5f36e commit aeecfb9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ object Dependencies {
)

val observability: Seq[ModuleID] = Seq(
"org.typelevel" %% "otel4s-oteljava" % "0.6.0",
"org.typelevel" %% "otel4s-oteljava" % "0.8.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.40.0" % Runtime,
"io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.40.0" % Runtime
)

val database: Seq[ModuleID] = Seq(
"org.tpolecat" %% "skunk-core" % "1.0.0-M6",
"org.tpolecat" %% "skunk-circe" % "1.0.0-M6"
val skunk: Seq[ModuleID] = Seq(
"org.tpolecat" %% "skunk-core" % "1.0.0-M7",
"org.tpolecat" %% "skunk-circe" % "1.0.0-M7"
) ++ tests

val doobie: Seq[ModuleID] = Seq(
Expand All @@ -116,6 +116,7 @@ object Dependencies {
val flags: Seq[ModuleID] = Seq(
"org.typelevel" %% "literally" % "1.2.0"
) ++ tests

val httpClient: Seq[ModuleID] = http4sClient ++ http4s ++ tests
val core: Seq[ModuleID] =
effect ++ json ++ tapir ++ http4s ++ http4sServer ++ model ++ commandLine ++ logging ++ observability ++ tests
Expand Down

0 comments on commit aeecfb9

Please sign in to comment.