Skip to content

Commit

Permalink
Update fs2-core to 2.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 17, 2024
1 parent 506accf commit 49f20ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49f20ac

Please sign in to comment.