Skip to content

Commit

Permalink
Merge pull request #1079 from scala-steward/update/fs2-core-2.1.0
Browse files Browse the repository at this point in the history
Update fs2-core to 2.1.0
  • Loading branch information
mergify[bot] committed Nov 6, 2019
2 parents c3c1b26 + 8edc460 commit 83f0d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val coursierCore = "io.get-coursier" %% "coursier" % "2.0.0-RC4-1"
val coursierCatsInterop = "io.get-coursier" %% "coursier-cats-interop" % coursierCore.revision
val disciplineScalatest = "org.typelevel" %% "discipline-scalatest" % "1.0.0-RC1"
val fs2Core = "co.fs2" %% "fs2-core" % "2.0.1"
val fs2Core = "co.fs2" %% "fs2-core" % "2.1.0"
val http4sAsyncHttpClient = "org.http4s" %% "http4s-async-http-client" % "0.21.0-M5"
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sAsyncHttpClient.revision
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sAsyncHttpClient.revision
Expand Down

0 comments on commit 83f0d1a

Please sign in to comment.