Skip to content

Commit

Permalink
Merge pull request #159 from Dwolla/update/ip4s-core-3.4.0
Browse files Browse the repository at this point in the history
Update ip4s-core to 3.4.0
  • Loading branch information
mergify[bot] authored Nov 27, 2023
2 parents 56c1e8b + a89abd6 commit be0a6c2
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 @@ -184,7 +184,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
Seq(
"org.tpolecat" %% "natchez-core" % "0.3.4",
"org.tpolecat" %% "natchez-mtl" % "0.3.4",
"com.comcast" %% "ip4s-core" % "3.3.0",
"com.comcast" %% "ip4s-core" % "3.4.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 be0a6c2

Please sign in to comment.