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