We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78b48d commit 8e30ee3Copy full SHA for 8e30ee3
1 file changed
project/AsyncUtilsBuildPlugin.scala
@@ -191,8 +191,8 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
191
moduleName := name.value + s"-$v",
192
libraryDependencies ++= {
193
Seq(
194
- "org.tpolecat" %% "natchez-core" % "0.3.9",
195
- "org.tpolecat" %% "natchez-mtl" % "0.3.9",
+ "org.tpolecat" %% "natchez-core" % "0.3.10",
+ "org.tpolecat" %% "natchez-mtl" % "0.3.10",
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",
0 commit comments