Skip to content

Commit

Permalink
Update natchez-core, ... to 0.3.3 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
  • Loading branch information
typelevel-steward[bot] authored Aug 22, 2023
1 parent a540a4a commit ab8e7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ lazy val `log4cats-natchez-backend` = crossProject(JVMPlatform, JSPlatform, Nati
name := "log4cats-natchez",
libraryDependencies ++= Seq(
"org.typelevel" %%% "log4cats-core" % "2.6.0",
"org.tpolecat" %%% "natchez-core" % "0.3.2",
"org.tpolecat" %%% "natchez-core" % "0.3.3",
),
)
.jvmSettings(
libraryDependencies ++= Seq(
"org.tpolecat" %%% "natchez-opentelemetry" % "0.3.2" % Test,
"org.tpolecat" %%% "natchez-opentelemetry" % "0.3.3" % Test,
"io.opentelemetry" % "opentelemetry-api" % "1.29.0" % Test,
"io.opentelemetry" % "opentelemetry-context" % "1.29.0" % Test,
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.29.0" % Test,
Expand Down

0 comments on commit ab8e7eb

Please sign in to comment.