Skip to content

Commit

Permalink
Update fs2-core to 2.1.0 (#237)
Browse files Browse the repository at this point in the history
* Update fs2-core to 2.1.0

* Update fs2-core to 2.1.0
  • Loading branch information
scala-steward authored and olafurpg committed Dec 9, 2019
1 parent f14b527 commit cf4aa28
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 @@ -165,7 +165,7 @@ lazy val unit = project
)
),
libraryDependencies ++= List(
"co.fs2" %% "fs2-core" % "1.1.0-M2",
"co.fs2" %% "fs2-core" % "2.1.0",
"org.scalacheck" %% "scalacheck" % "1.14.2" % Test,
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
"org.scalameta" %% "testkit" % V.scalameta % Test
Expand Down

0 comments on commit cf4aa28

Please sign in to comment.