<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>core_native0.4_3</artifactId>
<version>3.8.2</version>
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='core_native0.4_3', version='3.8.2')
)
compile
|-- org.scala-lang:scala3-library_3:3.2.0
|-- org.scala-native:scala3lib_native0.4_3:0.4.7
|-- com.softwaremill.sttp.model:core_native0.4_3:1.5.2
|-- com.softwaremill.sttp.shared:core_native0.4_3:1.3.9
|-- com.softwaremill.sttp.shared:ws_native0.4_3:1.3.9
test
|-- org.scala-native:test-interface_native0.4_3:0.4.7
|-- org.scalatest:scalatest-freespec_native0.4_3:3.2.14
|-- org.scalatest:scalatest-funsuite_native0.4_3:3.2.14
|-- org.scalatest:scalatest-flatspec_native0.4_3:3.2.14
|-- org.scalatest:scalatest-wordspec_native0.4_3:3.2.14
|-- org.scalatest:scalatest-shouldmatchers_native0.4_3:3.2.14