We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ba1a2 commit 4c49ea1Copy full SHA for 4c49ea1
1 file changed
project/AsyncUtilsBuildPlugin.scala
@@ -190,7 +190,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
190
Seq(
191
"org.tpolecat" %% "natchez-core" % "0.3.5",
192
"org.tpolecat" %% "natchez-mtl" % "0.3.5",
193
- "com.comcast" %% "ip4s-core" % "3.5.0",
+ "com.comcast" %% "ip4s-core" % "3.6.0",
194
"org.typelevel" %% "cats-mtl" % "1.4.0",
195
"io.zipkin.finagle2" %% "zipkin-finagle-http" % "22.4.0",
196
) ++ (if (scalaVersion.value.startsWith("2")) scala2CompilerPlugins else Nil)
0 commit comments