Skip to content

Commit

Permalink
Update fs2-core to 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jul 24, 2024
1 parent 45de0c5 commit 45dc070
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 @@ -44,7 +44,7 @@ lazy val core = crossProject(JVMPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"co.fs2" %%% "fs2-core" % "3.9.4",
"co.fs2" %%% "fs2-core" % "3.10.2",
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "7.5.0",
),
)
Expand Down

0 comments on commit 45dc070

Please sign in to comment.