We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f422d commit 8a50d41Copy full SHA for 8a50d41
project/ProjectPlugin.scala
@@ -65,8 +65,8 @@ object ProjectPlugin extends AutoPlugin {
65
"org.tpolecat" %% "doobie-core" % "0.12.1",
66
"org.tpolecat" %% "doobie-h2" % "0.12.1",
67
"org.tpolecat" %% "atto-core" % "0.9.2",
68
- "org.http4s" %% "http4s-blaze-client" % "0.21.20",
69
- "org.http4s" %% "http4s-circe" % "0.21.20",
+ "org.http4s" %% "http4s-blaze-client" % "0.21.21",
+ "org.http4s" %% "http4s-circe" % "0.21.21",
70
"redis.clients" % "jedis" % "3.5.2",
71
"io.monix" %% "monix" % "3.3.0"
72
)
0 commit comments