Skip to content

Commit

Permalink
Merge pull request #573 from scala-steward/update/fs2-kafka-1.7.0
Browse files Browse the repository at this point in the history
Update fs2-kafka from 1.6.1 to 1.7.0
  • Loading branch information
mergify[bot] authored May 22, 2021
2 parents 4b91998 + 9224833 commit 9d369fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
val flywayCore = "org.flywaydb" % "flyway-core" % "7.9.1"
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.6.1"
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.7.0"
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc
val grpcStub = "io.grpc" % "grpc-stub" % Versions.grpc
Expand Down

0 comments on commit 9d369fb

Please sign in to comment.