<dependency>
<groupId>com.softwaremill.sttp.client4</groupId>
<artifactId>core_2.12</artifactId>
<version>4.0.0-M19</version>
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client4', module='core_2.12', version='4.0.0-M19')
)
compile
|-- org.scala-lang:scala-library:2.12.20
|-- com.softwaremill.sttp.model:core_2.12:1.7.11
|-- com.softwaremill.sttp.shared:core_2.12:1.3.22
|-- com.softwaremill.sttp.shared:ws_2.12:1.3.22
test
|-- org.scalatest:scalatest-freespec_2.12:3.2.19
|-- org.scalatest:scalatest-funsuite_2.12:3.2.19
|-- org.scalatest:scalatest-flatspec_2.12:3.2.19