Skip to content

Commit

Permalink
Merge pull request #103 from scala-steward/update/zio-nio-1.0.0-RC9
Browse files Browse the repository at this point in the history
Update zio-nio to 1.0.0-RC9
  • Loading branch information
regis-leray committed Aug 5, 2020
2 parents 6459853 + 0f1463b commit f1db39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
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-RC8",
"dev.zio" %% "zio-nio" % "1.0.0-RC9",
"com.hierynomus" % "sshj" % "0.29.0",
"commons-net" % "commons-net" % "3.6",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6",
Expand Down

0 comments on commit f1db39e

Please sign in to comment.