Skip to content

Commit

Permalink
Update fs2-core to 3.2.8 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p authored Jun 13, 2022
1 parent 9693cfd commit 820a539
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 @@ -62,14 +62,14 @@ lazy val core = module("core")
.settings(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"co.fs2" %% "fs2-core" % "3.2.7",
"co.fs2" %% "fs2-core" % "3.2.8",
"org.typelevel" %% "cats-effect" % "3.3.11"
)
)

lazy val kernel = module("kernel").settings(
libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "3.2.7",
"co.fs2" %% "fs2-core" % "3.2.8",
"org.typelevel" %% "cats-effect" % "3.3.9",
"org.typelevel" %% "cats-tagless-core" % "0.14.0",
"org.typelevel" %% "cats-laws" % "2.7.0" % Test,
Expand Down

0 comments on commit 820a539

Please sign in to comment.