Skip to content

Commit

Permalink
Merge pull request #121 from scala-steward/update/zio-nio-1.0.0-RC10
Browse files Browse the repository at this point in the history
Update zio-nio to 1.0.0-RC10
  • Loading branch information
regis-leray authored Oct 19, 2020
2 parents 743c477 + 08e3b3d commit 9ae33aa
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 @@ -36,7 +36,7 @@ lazy val `zio-ftp` = project
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-nio" % "1.0.0-RC9",
"dev.zio" %% "zio-nio" % "1.0.0-RC10",
"com.hierynomus" % "sshj" % "0.30.0",
"commons-net" % "commons-net" % "3.7.2",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0",
Expand Down

0 comments on commit 9ae33aa

Please sign in to comment.