<dependency>
<groupId>io.github.paoloboni</groupId>
<artifactId>binance-scala-client_2.13</artifactId>
<version>1.2.3</version>
</dependency>
@Grapes(
@Grab(group='io.github.paoloboni', module='binance-scala-client_2.13', version='1.2.3')
)
compile
|-- org.scala-lang:scala-library:2.13.5
|-- io.circe:circe-core_2.13:0.14.1
|-- io.circe:circe-generic_2.13:0.14.1
|-- io.circe:circe-generic-extras_2.13:0.14.1
|-- io.circe:circe-refined_2.13:0.14.1
|-- co.fs2:fs2-core_2.13:3.0.4
|-- org.typelevel:cats-core_2.13:2.6.1
|-- org.typelevel:cats-effect_2.13:3.1.1
|-- io.laserdisc:log-effect-core_2.13:0.16.1
|-- io.laserdisc:log-effect-fs2_2.13:0.16.1
|-- org.slf4j:slf4j-api:1.7.31
|-- com.softwaremill.sttp.client3:core_2.13:3.3.7
|-- com.softwaremill.sttp.client3:async-http-client-backend-fs2_2.13:3.3.7
|-- com.softwaremill.sttp.client3:circe_2.13:3.3.7
|-- io.lemonlabs:scala-uri_2.13:3.5.0
|-- com.beachape:enumeratum_2.13:1.7.0
|-- com.beachape:enumeratum-circe_2.13:1.7.0
|-- com.chuusai:shapeless_2.13:2.3.7
|-- eu.timepit:refined_2.13:0.9.26
test
|-- io.circe:circe-parser_2.13:0.14.1
|-- org.slf4j:slf4j-simple:1.7.31
|-- org.scalatest:scalatest_2.13:3.2.9
|-- com.github.tomakehurst:wiremock:2.27.2
|-- org.typelevel:cats-effect-testing-scalatest_2.13:1.1.1
|-- org.http4s:http4s-core_2.13:1.0.0-M23
|-- org.http4s:http4s-dsl_2.13:1.0.0-M23
|-- org.http4s:http4s-blaze-server_2.13:1.0.0-M23
|-- org.http4s:http4s-circe_2.13:1.0.0-M23