Skip to content

Commit

Permalink
Merge pull request #82 from Dwolla/update/natchez-core-0.3.5
Browse files Browse the repository at this point in the history
Update natchez-core, ... to 0.3.5
  • Loading branch information
mergify[bot] authored Dec 20, 2023
2 parents 485afa6 + 04ed740 commit 013d6f7
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 @@ -31,8 +31,8 @@ lazy val core = project.in(file("core"))
name := "dwolla-otel-natchez",
description := "Utilities for configuring a Natchez EntryPoint for OpenTelemetry at Dwolla",
libraryDependencies ++= Seq(
"org.tpolecat" %% "natchez-core" % "0.3.4",
"org.tpolecat" %% "natchez-opentelemetry" % "0.3.4",
"org.tpolecat" %% "natchez-core" % "0.3.5",
"org.tpolecat" %% "natchez-opentelemetry" % "0.3.5",
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-effect" % "3.5.2",
"org.typelevel" %% "cats-effect-kernel" % "3.5.2",
Expand Down

0 comments on commit 013d6f7

Please sign in to comment.