<dependency>
<groupId>org.playframework</groupId>
<artifactId>play-streams_2.13</artifactId>
<version>3.0.3</version>
</dependency>
@Grapes(
@Grab(group='org.playframework', module='play-streams_2.13', version='3.0.3')
)
compile
|-- org.scala-lang:scala-library:2.13.14
|-- org.reactivestreams:reactive-streams:1.0.4
|-- org.apache.pekko:pekko-stream_2.13:1.0.2
test
|-- org.specs2:specs2-core_2.13:4.20.5
|-- org.specs2:specs2-junit_2.13:4.20.5
|-- com.github.sbt:junit-interface:0.13.3
|-- org.easytesting:fest-assert:1.4