diff --git a/build.sbt b/build.sbt index 0e75a92..b887272 100644 --- a/build.sbt +++ b/build.sbt @@ -104,7 +104,7 @@ lazy val client = (project in file("client")) (Compile / fullOptJS / artifactPath) := (ThisBuild / baseDirectory).value / "static" / "js" / "client.js", libraryDependencies ++= Seq( "org.scala-js" %%% "scalajs-dom" % "1.2.0", - "co.fs2" %%% "fs2-core" % "2.5.9", + "co.fs2" %%% "fs2-core" % "2.5.12", "io.circe" %%% "circe-generic" % "0.14.1", "io.circe" %%% "circe-parser" % "0.14.1", "org.typelevel" %%% "munit-cats-effect-2" % "1.0.7" % Test