Skip to content

Commit

Permalink
Update zio-nio to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and adamw committed Sep 17, 2023
1 parent 6cdfe1d commit 940479c
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 @@ -466,7 +466,7 @@ lazy val zio1 = (projectMatrix in file("effects/zio1"))
settings = commonJvmSettings ++ Seq(
libraryDependencies ++= Seq(
"dev.zio" %% "zio-interop-reactivestreams" % zio1InteropRsVersion,
"dev.zio" %% "zio-nio" % "1.0.0-RC12"
"dev.zio" %% "zio-nio" % "2.0.2"
)
)
)
Expand Down

0 comments on commit 940479c

Please sign in to comment.