<dependency>
<groupId>io.github.paoloboni</groupId>
<artifactId>binance-scala-client_3</artifactId>
<version>1.6.1</version>
</dependency>
@Grapes(
@Grab(group='io.github.paoloboni', module='binance-scala-client_3', version='1.6.1')
)
compile
|-- org.scala-lang:scala3-library_3:3.2.1
|-- io.circe:circe-core_3:0.14.1
|-- io.circe:circe-generic_3:0.14.1
|-- org.typelevel:cats-core_3:2.9.0
|-- org.typelevel:cats-effect_3:3.4.8
|-- org.typelevel:log4cats-core_3:2.5.0
|-- org.typelevel:log4cats-slf4j_3:2.5.0
|-- com.softwaremill.sttp.client3:core_3:3.8.11
|-- com.softwaremill.sttp.client3:fs2_3:3.8.11
|-- com.softwaremill.sttp.client3:circe_3:3.8.11
test
|-- io.circe:circe-parser_3:0.14.1
|-- org.slf4j:slf4j-simple:2.0.6
|-- com.github.tomakehurst:wiremock:2.27.2
|-- org.typelevel:cats-effect-testkit_3:3.4.8
|-- org.http4s:http4s-core_3:1.0.0-M30
|-- org.http4s:http4s-dsl_3:1.0.0-M30
|-- org.http4s:http4s-ember-server_3:1.0.0-M30
|-- org.http4s:http4s-circe_3:1.0.0-M30
|-- org.http4s:blaze-http_3:0.23.13