Skip to content

Commit

Permalink
Update natchez-core, ... to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Sep 23, 2024
1 parent 5b659ad commit 44d0e3a
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 @@ -43,12 +43,12 @@ lazy val `log4cats-natchez-backend` = crossProject(JVMPlatform, JSPlatform, Nati
name := "log4cats-natchez",
libraryDependencies ++= Seq(
"org.typelevel" %%% "log4cats-core" % "2.7.0",
"org.tpolecat" %%% "natchez-core" % "0.3.5",
"org.tpolecat" %%% "natchez-core" % "0.3.6",
),
)
.jvmSettings(
libraryDependencies ++= Seq(
"org.tpolecat" %%% "natchez-opentelemetry" % "0.3.5" % Test,
"org.tpolecat" %%% "natchez-opentelemetry" % "0.3.6" % Test,
"io.opentelemetry" % "opentelemetry-api" % "1.42.1" % Test,
"io.opentelemetry" % "opentelemetry-context" % "1.42.1" % Test,
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.42.1" % Test,
Expand Down

0 comments on commit 44d0e3a

Please sign in to comment.