<dependency>
<groupId>com.velocidi</groupId>
<artifactId>apso-pekko-http_2.12</artifactId>
<version>0.19.3</version>
</dependency>
@Grapes(
@Grab(group='com.velocidi', module='apso-pekko-http_2.12', version='0.19.3')
)
compile
|-- org.scala-lang:scala-library:2.12.18
|-- com.typesafe.scala-logging:scala-logging_2.12:3.9.5
provided
|-- org.apache.pekko:pekko-actor_2.12:1.0.2
|-- org.apache.pekko:pekko-http_2.12:1.0.1
|-- org.apache.pekko:pekko-http-core_2.12:1.0.1
|-- org.apache.pekko:pekko-stream_2.12:1.0.2
test
|-- com.velocidi:apso-core_2.12:0.19.3
|-- com.velocidi:apso-testkit_2.12:0.19.3
|-- org.apache.pekko:pekko-actor-testkit-typed_2.12:1.0.2