Skip to content

Commit

Permalink
Merge pull request #202 from Dwolla/update/natchez-core-0.3.6
Browse files Browse the repository at this point in the history
Update natchez-core, natchez-mtl to 0.3.6
  • Loading branch information
mergify[bot] authored Sep 23, 2024
2 parents 83be611 + 518a7f7 commit ecc0241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/AsyncUtilsBuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
moduleName := name.value + s"-$v",
libraryDependencies ++= {
Seq(
"org.tpolecat" %% "natchez-core" % "0.3.5",
"org.tpolecat" %% "natchez-mtl" % "0.3.5",
"org.tpolecat" %% "natchez-core" % "0.3.6",
"org.tpolecat" %% "natchez-mtl" % "0.3.6",
"com.comcast" %% "ip4s-core" % "3.6.0",
"org.typelevel" %% "cats-mtl" % "1.4.0",
"io.zipkin.finagle2" %% "zipkin-finagle-http" % "22.4.0",
Expand Down

0 comments on commit ecc0241

Please sign in to comment.