<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>core_2.13</artifactId>
<version>3.3.0-RC3</version>
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='core_2.13', version='3.3.0-RC3')
)
compile
|-- org.scala-lang:scala-library:2.13.5
|-- com.softwaremill.sttp.model:core_2.13:1.4.2
|-- com.softwaremill.sttp.shared:core_2.13:1.2.0
|-- com.softwaremill.sttp.shared:ws_2.13:1.2.0
test
|-- org.scalatest:scalatest-freespec_2.13:3.2.7
|-- org.scalatest:scalatest-funsuite_2.13:3.2.7
|-- org.scalatest:scalatest-flatspec_2.13:3.2.7