Skip to content

Commit

Permalink
chore: Update skunk-circe, skunk-core from 1.0.0-M5 to 1.0.0-M6 (#113)
Browse files Browse the repository at this point in the history
* chore: Update skunk-circe, skunk-core from 1.0.0-M5 to 1.0.0-M6

* Update Dependencies.scala

---------

Co-authored-by: Raphaël Lemaitre <[email protected]>
  • Loading branch information
scala-steward and rlemaitre authored May 27, 2024
1 parent a14aad1 commit ee9245e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ object Dependencies {
)

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

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

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

0 comments on commit ee9245e

Please sign in to comment.