Skip to content

Commit

Permalink
Merge pull request #882 from typelevel/topic/update-ce-fs2
Browse files Browse the repository at this point in the history
Update cats-effect and fs2 to non-RC versions
  • Loading branch information
mpilquist authored May 31, 2023
2 parents e26bd16 + 0a6c6ad commit aad202b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ThisBuild / mimaBinaryIssueFilters ++= List(
)

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

// Global Settings
Expand Down Expand Up @@ -113,7 +113,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
scalacOptions ~= (_.filterNot(_ == "-source:3.0-migration")),
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-effect" % "3.5.0-RC5",
"org.typelevel" %%% "cats-effect" % "3.5.0",
"co.fs2" %%% "fs2-core" % fs2Version,
"co.fs2" %%% "fs2-io" % fs2Version,
"org.scodec" %%% "scodec-bits" % "1.1.37",
Expand Down

0 comments on commit aad202b

Please sign in to comment.