Skip to content

Commit

Permalink
Merge pull request #854 from typelevel/topic/downgrade-fs2
Browse files Browse the repository at this point in the history
Downgrade to fs2 3.6.1 to avoid issues with IO.blocking
  • Loading branch information
mpilquist authored Apr 23, 2023
2 parents a6a4944 + 2857194 commit b9befaa
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 @@ -74,7 +74,7 @@ ThisBuild / mimaBinaryIssueFilters ++= List(
)

// This is used in a couple places
lazy val fs2Version = "3.7.0-RC4"
lazy val fs2Version = "3.6.1"
lazy val natchezVersion = "0.3.1"

// Global Settings
Expand Down

0 comments on commit b9befaa

Please sign in to comment.