<dependency>
<groupId>com.sksamuel.elastic4s</groupId>
<artifactId>elastic4s-client-sttp_3</artifactId>
<version>8.10.0</version>
</dependency>
@Grapes(
@Grab(group='com.sksamuel.elastic4s', module='elastic4s-client-sttp_3', version='8.10.0')
)
compile
|-- com.sksamuel.elastic4s:elastic4s-core_3:8.10.0
|-- org.scala-lang:scala3-library_3:3.3.0
|-- com.softwaremill.sttp.client3:core_3:3.8.16
|-- com.softwaremill.sttp.client3:async-http-client-backend-future_3:3.8.16
test
|-- com.sksamuel.elastic4s:elastic4s-testkit_3:8.10.0
|-- org.scalatest:scalatest_3:3.2.16