Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 2.2.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 2, 2020
1 parent 894b595 commit 7bfd033
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 @@ -39,8 +39,8 @@ lazy val `fs2-ftp` = project
)
.settings(
libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "2.2.1",
"co.fs2" %% "fs2-io" % "2.2.1",
"co.fs2" %% "fs2-core" % "2.2.2",
"co.fs2" %% "fs2-io" % "2.2.2",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.3",
"com.hierynomus" % "sshj" % "0.27.0",
"commons-net" % "commons-net" % "3.6",
Expand Down

0 comments on commit 7bfd033

Please sign in to comment.