Skip to content

Commit 1a2058d

Browse files
authored
Merge pull request #787 from scala-steward/update/fs2-kafka-1.9.0
Update fs2-kafka from 1.8.0 to 1.9.0
2 parents b8c072a + 3a75c6d commit 1a2058d

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" % "8.4.0"
10-
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.8.0"
10+
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.9.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)