diff --git a/build.sbt b/build.sbt index 8b4a6ad..9f38a28 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val core = crossProject(JVMPlatform) libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.13.0", "org.typelevel" %%% "cats-effect" % "3.6.3", - "co.fs2" %%% "fs2-core" % "3.12.0", + "co.fs2" %%% "fs2-core" % "3.12.1", "com.launchdarkly" % "launchdarkly-java-server-sdk" % "7.10.1", ), )