From ed3d15e64daf32332e28784474b9d165fe1df712 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 9 Apr 2024 06:01:38 +0200 Subject: [PATCH] Update fs2-core to 3.10.2 in series/3.x (#1316) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0c55fbcf1..d03ab2428 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val catsVersion = "2.6.1" val confluentVersion = "7.6.0" -val fs2Version = "3.10.0" +val fs2Version = "3.10.2" val kafkaVersion = "3.7.0"