<dependency>
<groupId>io.github.paoloboni</groupId>
<artifactId>binance-scala-client_3</artifactId>
<version>1.3.5</version>
</dependency>
@Grapes(
@Grab(group='io.github.paoloboni', module='binance-scala-client_3', version='1.3.5')
)
compile
|-- org.scala-lang:scala3-library_3:3.0.2
|-- io.circe:circe-core_3:0.14.1
|-- io.circe:circe-generic_3:0.14.1
|-- org.typelevel:cats-core_3:2.6.1
|-- org.typelevel:cats-effect_3:3.2.8
|-- org.typelevel:log4cats-core_3:2.1.1
|-- org.typelevel:log4cats-slf4j_3:2.1.1
|-- org.slf4j:slf4j-api:1.7.32
|-- com.softwaremill.sttp.client3:core_3:3.3.13
|-- com.softwaremill.sttp.client3:async-http-client-backend-fs2_3:3.3.13
|-- com.softwaremill.sttp.client3:circe_3:3.3.13
test
|-- io.circe:circe-parser_3:0.14.1
|-- org.slf4j:slf4j-simple:1.7.32
|-- org.scalatest:scalatest_3:3.2.9
|-- com.github.tomakehurst:wiremock:2.27.2
|-- org.typelevel:cats-effect-testing-scalatest_3:1.3.0
|-- org.http4s:http4s-core_3:1.0.0-M24
|-- org.http4s:http4s-dsl_3:1.0.0-M24
|-- org.http4s:http4s-blaze-server_3:1.0.0-M24