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