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