Skip to content

Commit fbf30f1

Browse files
authored
Merge pull request #454 from scala-steward/update/fs2-kafka-1.4.0
Update fs2-kafka to 1.4.0
2 parents cc81a56 + 58349a0 commit fbf30f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Dependencies {
77
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
88
val doobieHikari = "org.tpolecat" %% "doobie-hikari" % Versions.doobie
99
val flywayCore = "org.flywaydb" % "flyway-core" % "7.5.3"
10-
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.3.1"
10+
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.4.0"
1111
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
1212
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc
1313
val grpcStub = "io.grpc" % "grpc-stub" % Versions.grpc

0 commit comments

Comments
 (0)