<dependency>
<groupId>io.skuber</groupId>
<artifactId>skuber-pekko_2.13</artifactId>
<version>3.0.0-beta4</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.13.12
|-- io.skuber:skuber-core_2.13:3.0.0-beta4
|-- org.apache.pekko:pekko-actor_2.13:1.0.1
|-- org.apache.pekko:pekko-http_2.13:1.0.0
|-- org.apache.pekko:pekko-stream-testkit_2.13:1.0.1
|-- org.apache.pekko:pekko-slf4j_2.13:1.0.1
runtime
|-- ch.qos.logback:logback-classic:1.4.11
test
|-- org.scalacheck:scalacheck_2.13:1.17.0
|-- org.specs2:specs2-core_2.13:4.20.2
|-- org.mockito:mockito-core:4.11.0