Skip to content

Commit

Permalink
chore(deps): update dependency co.fs2:fs2-core to v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2024
1 parent 83f4f4d commit bf90bb3
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-365636d",
"co.fs2" %% "fs2-core" % "3.10.1",

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

0 comments on commit bf90bb3

Please sign in to comment.