<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-http-cors_2.13</artifactId>
<version>1.1.0-M1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pekko', module='pekko-http-cors_2.13', version='1.1.0-M1')
)
compile
|-- org.scala-lang:scala-library:2.13.14
|-- org.apache.pekko:pekko-http_2.13:1.1.0-M1
|-- org.apache.pekko:pekko-http-core_2.13:1.1.0-M1
provided
|-- org.apache.pekko:pekko-stream_2.13:1.1.0-M1
|-- org.apache.pekko:pekko-stream-testkit_2.13:1.1.0-M1
test