Skip to content

Commit

Permalink
Merge pull request #158 from Dwolla/update/cats-mtl-1.4.0
Browse files Browse the repository at this point in the history
Update cats-mtl to 1.4.0
  • Loading branch information
mergify[bot] authored Nov 27, 2023
2 parents 6fdbe6b + ab4024c commit c13a6b7
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 @@ -185,7 +185,7 @@ object AsyncUtilsBuildPlugin extends AutoPlugin {
"org.tpolecat" %% "natchez-core" % "0.3.3",
"org.tpolecat" %% "natchez-mtl" % "0.3.3",
"com.comcast" %% "ip4s-core" % "3.3.0",
"org.typelevel" %% "cats-mtl" % "1.3.1",
"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 c13a6b7

Please sign in to comment.