Skip to content

Commit

Permalink
Update natchez-core, ... to 0.3.7 (#110)
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 Oct 17, 2024
1 parent c4656a7 commit ad91eb8
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.6",
"org.tpolecat" %%% "natchez-core" % "0.3.7",
),
)
.jvmSettings(
libraryDependencies ++= Seq(
"org.tpolecat" %%% "natchez-opentelemetry" % "0.3.6" % Test,
"org.tpolecat" %%% "natchez-opentelemetry" % "0.3.7" % Test,
"io.opentelemetry" % "opentelemetry-api" % "1.43.0" % Test,
"io.opentelemetry" % "opentelemetry-context" % "1.43.0" % Test,
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.43.0" % Test,
Expand Down

0 comments on commit ad91eb8

Please sign in to comment.