ZIO Streams is a library for building scalable, asynchronous, and effectful stream processing pipelines in Scala.
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-streams_3</artifactId>
<version>2.1.24</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a stream of integers and prints each one.
Add ZIO core dependency and provide a runtime (e.g., zio.Runtime).
No dependency data recorded yet.