<dependency>
<groupId>com.softwaremill.sttp.shared</groupId>
<artifactId>akka_2.13</artifactId>
<version>1.2.7</version>
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.shared', module='akka_2.13', version='1.2.7')
)
compile
|-- org.scala-lang:scala-library:2.13.6
|-- com.softwaremill.sttp.shared:core_2.13:1.2.7
provided
|-- com.typesafe.akka:akka-stream_2.13:2.6.17
test