Skip to content

Commit

Permalink
Merge pull request #191 from Dwolla/update/ip4s-core-3.6.0
Browse files Browse the repository at this point in the history
Update ip4s-core to 3.6.0
  • Loading branch information
mergify[bot] authored Jun 6, 2024
2 parents 2f57d9e + 4c49ea1 commit c5403cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/AsyncUtilsBuildPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
Seq(
"org.tpolecat" %% "natchez-core" % "0.3.5",
"org.tpolecat" %% "natchez-mtl" % "0.3.5",
"com.comcast" %% "ip4s-core" % "3.5.0",
"com.comcast" %% "ip4s-core" % "3.6.0",
"org.typelevel" %% "cats-mtl" % "1.4.0",
"io.zipkin.finagle2" %% "zipkin-finagle-http" % "22.4.0",
) ++ (if (scalaVersion.value.startsWith("2")) scala2CompilerPlugins else Nil)
Expand Down

0 comments on commit c5403cc

Please sign in to comment.