We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2040d commit f68734bCopy full SHA for f68734b
1 file changed
project/AsyncUtilsBuildPlugin.scala
@@ -195,7 +195,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
195
"org.tpolecat" %% "natchez-mtl" % "0.3.9",
196
"com.comcast" %% "ip4s-core" % "3.8.0",
197
"org.typelevel" %% "cats-mtl" % "1.6.0",
198
- "io.zipkin.finagle2" %% "zipkin-finagle-http" % "22.4.0",
+ "io.zipkin.finagle2" %% "zipkin-finagle-http" % "23.0.2",
199
) ++ (if (scalaVersion.value.startsWith("2")) scala2CompilerPlugins else Nil)
200
},
201
mimaPreviousArtifacts += organizationName.value %% name.value % "0.3.0",
0 commit comments