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.
2 parents b8c072a + 3a75c6d commit 1a2058dCopy full SHA for 1a2058d
project/Dependencies.scala
@@ -7,7 +7,7 @@ object Dependencies {
7
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
8
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
9
val flywayCore = "org.flywaydb" % "flyway-core" % "8.4.0"
10
- val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.8.0"
+ val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.9.0"
11
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
12
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc
13
val grpcStub = "io.grpc" % "grpc-stub" % Versions.grpc
0 commit comments