diff --git a/build.sbt b/build.sbt index b7cdc5fb..887c2187 100644 --- a/build.sbt +++ b/build.sbt @@ -98,8 +98,8 @@ lazy val core = crossProject(JVMPlatform) "org.typelevel" %% "log4cats-slf4j" % "2.7.0", "io.circe" %% "circe-generic" % "0.14.10", "io.circe" %% "circe-parser" % "0.14.10", - "co.fs2" %% "fs2-core" % "3.11.0", - "co.fs2" %% "fs2-io" % "3.11.0", + "co.fs2" %% "fs2-core" % "3.12.2", + "co.fs2" %% "fs2-io" % "3.12.2", "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0" ), libraryDependencies ++= {