Installing ZIO Streams
In order to use ZIO Streaming, we need to add the required configuration in our SBT settings:
libraryDependencies += Seq(
"dev.zio" %% "zio" % "2.1.13" % Test
"dev.zio" %% "zio-streams" % "2.1.13" % Test
)
In order to use ZIO Streaming, we need to add the required configuration in our SBT settings:
libraryDependencies += Seq(
"dev.zio" %% "zio" % "2.1.13" % Test
"dev.zio" %% "zio-streams" % "2.1.13" % Test
)