diff --git a/build.sbt b/build.sbt index 52dfeac..d5d46a6 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ lazy val core = crossProject(JVMPlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.12.0", "org.typelevel" %%% "cats-effect" % "3.5.7", - "co.fs2" %%% "fs2-core" % "3.10.2", + "co.fs2" %%% "fs2-core" % "3.12.0", "com.launchdarkly" % "launchdarkly-java-server-sdk" % "7.7.0", ), )