<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>core_2.13</artifactId>
<version>3.0.0-RC15</version>
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='core_2.13', version='3.0.0-RC15')
)
compile
|-- org.scala-lang:scala-library:2.13.4
|-- com.softwaremill.sttp.model:core_2.13:1.2.0-RC12
|-- com.softwaremill.sttp.shared:core_2.13:1.0.0-RC13
|-- com.softwaremill.sttp.shared:ws_2.13:1.0.0-RC13
test
|-- org.scalatest:scalatest-freespec_2.13:3.2.3
|-- org.scalatest:scalatest-funsuite_2.13:3.2.3
|-- org.scalatest:scalatest-flatspec_2.13:3.2.3