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