We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c73e1 commit 21157cfCopy full SHA for 21157cf
project/AsyncUtilsBuildPlugin.scala
@@ -191,7 +191,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
191
"org.tpolecat" %% "natchez-mtl" % "0.3.8",
192
"com.comcast" %% "ip4s-core" % "3.7.0",
193
"org.typelevel" %% "cats-mtl" % "1.6.0",
194
- "io.zipkin.finagle2" %% "zipkin-finagle-http" % "22.4.0",
+ "io.zipkin.finagle2" %% "zipkin-finagle-http" % "23.0.2",
195
) ++ (if (scalaVersion.value.startsWith("2")) scala2CompilerPlugins else Nil)
196
},
197
mimaPreviousArtifacts += organizationName.value %% name.value % "0.3.0",
0 commit comments