<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>core_2.13</artifactId>
<version>3.1.0</version>
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='core_2.13', version='3.1.0')
)
compile
|-- org.scala-lang:scala-library:2.13.4
|-- com.softwaremill.sttp.model:core_2.13:1.3.1
|-- com.softwaremill.sttp.shared:core_2.13:1.1.0
|-- com.softwaremill.sttp.shared:ws_2.13:1.1.0
test
|-- org.scalatest:scalatest-freespec_2.13:3.2.4-M1
|-- org.scalatest:scalatest-funsuite_2.13:3.2.4-M1
|-- org.scalatest:scalatest-flatspec_2.13:3.2.4-M1