<dependency>
<groupId>io.github.paoloboni</groupId>
<artifactId>binance-scala-client_2.13</artifactId>
<version>0.0.6</version>
</dependency>
@Grapes(
@Grab(group='io.github.paoloboni', module='binance-scala-client_2.13', version='0.0.6')
)
compile
|-- org.scala-lang:scala-library:2.13.1
|-- io.circe:circe-core_2.13:0.12.2
|-- io.circe:circe-generic_2.13:0.12.2
|-- co.fs2:fs2-core_2.13:2.0.1
|-- org.typelevel:cats-core_2.13:2.0.0
|-- org.typelevel:cats-effect_2.13:2.0.0
|-- org.systemfw:upperbound_2.13:0.3.0
|-- io.laserdisc:log-effect-core_2.13:0.11.1
|-- io.laserdisc:log-effect-fs2_2.13:0.11.1
|-- org.slf4j:slf4j-api:1.7.28
|-- org.http4s:http4s-blaze-client_2.13:0.21.0-M5
|-- org.http4s:http4s-circe_2.13:0.21.0-M5
|-- io.lemonlabs:scala-uri_2.13:2.0.0-M1
|-- com.beachape:enumeratum_2.13:1.5.13
|-- com.beachape:enumeratum-circe_2.13:1.5.22
|-- com.chuusai:shapeless_2.13:2.3.3
test
|-- org.slf4j:slf4j-simple:1.7.28
|-- org.scalatest:scalatest_2.13:3.0.8