Skip to content

Commit

Permalink
Merge pull request #213 from Dwolla/update/natchez-core-0.3.7
Browse files Browse the repository at this point in the history
Update natchez-core, natchez-mtl to 0.3.7
  • Loading branch information
mergify[bot] authored Oct 17, 2024
2 parents 972cd26 + 11f8d88 commit 5609747
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.6",
"org.tpolecat" %% "natchez-mtl" % "0.3.6",
"org.tpolecat" %% "natchez-core" % "0.3.7",
"org.tpolecat" %% "natchez-mtl" % "0.3.7",
"com.comcast" %% "ip4s-core" % "3.6.0",
"org.typelevel" %% "cats-mtl" % "1.5.0",
"io.zipkin.finagle2" %% "zipkin-finagle-http" % "22.4.0",
Expand Down

0 comments on commit 5609747

Please sign in to comment.