Skip to content

Commit

Permalink
chore(deps): update dependency co.fs2:fs2-core to v3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent 62d8b92 commit dd8f1f5
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-0142603",
// fs2.Chunk is used on protocol_core too
"co.fs2" %% "fs2-core" % "3.9.1",
"co.fs2" %% "fs2-core" % "3.9.2",

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

0 comments on commit dd8f1f5

Please sign in to comment.