Skip to content

Commit

Permalink
Update fs2-core to 2.0.1 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ghostdogpr committed Sep 22, 2019
1 parent 314e17e commit fd468e5
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 @@ -53,7 +53,7 @@ lazy val interopCats = crossProject(JSPlatform, JVMPlatform)
"dev.zio" %%% "zio-test" % "1.0.0-RC13",
"org.typelevel" %%% "cats-effect" % "2.0.0" % Optional,
"org.typelevel" %%% "cats-mtl-core" % "0.7.0" % Optional,
"co.fs2" %%% "fs2-core" % "2.0.0" % Test,
"co.fs2" %%% "fs2-core" % "2.0.1" % Test,
"dev.zio" %%% "zio-test-sbt" % "1.0.0-RC13" % Test,
"org.specs2" %%% "specs2-core" % "4.7.1" % Test,
"org.specs2" %%% "specs2-scalacheck" % "4.7.1" % Test,
Expand Down

0 comments on commit fd468e5

Please sign in to comment.