Skip to content

Commit

Permalink
Merge pull request #440 from scala-steward/update/fs2-core-1.0.5
Browse files Browse the repository at this point in the history
Update fs2-core to 1.0.5
  • Loading branch information
Regis Kuckaertz committed Jun 20, 2019
2 parents e840938 + 8524e28 commit b20c1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -172,9 +172,9 @@ lazy val catsEffect = (project in file("cats"))
"org.typelevel" %% "cats-core" % catsVersion,
"org.typelevel" %% "cats-effect" % catsEffectVersion,
"io.monix" %% "monix" % "3.0.0-RC2" % Provided,
"co.fs2" %% "fs2-core" % "1.0.4" % Provided,
"co.fs2" %% "fs2-core" % "1.0.5" % Provided,
"io.monix" %% "monix" % "3.0.0-RC2" % Test,
"co.fs2" %% "fs2-core" % "1.0.4" % Test,
"co.fs2" %% "fs2-core" % "1.0.5" % Test,
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
"org.scalacheck" %% "scalacheck" % "1.14.0" % Test
),
Expand Down

0 comments on commit b20c1b0

Please sign in to comment.