Skip to content

Commit

Permalink
chore(deps): update dependency co.fs2:fs2-core to v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 26, 2024
1 parent 8985b87 commit f673f18
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 @@ -26,7 +26,7 @@ ThisBuild / libraryDependencies ++= Seq(
// effect libraries
"org.typelevel" %% "cats-effect" % "3.6-623178c",
// fs2.Chunk is used on protocol_core too
"co.fs2" %% "fs2-core" % "3.10.2",
"co.fs2" %% "fs2-core" % "3.11.0",

// to make datatype-generic programming easier
"org.typelevel" %% "shapeless3-deriving" % "3.4.3",
Expand Down

0 comments on commit f673f18

Please sign in to comment.