<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client_2.12</artifactId>
<version>0.16.6a</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.12.4
|-- org.http4s:http4s-core_2.12:0.16.6a
test
|-- org.http4s:http4s-testing_2.12:0.16.6a
|-- org.http4s:http4s-server_2.12:0.16.6a
|-- org.http4s:http4s-dsl_2.12:0.16.6a
|-- org.http4s:http4s-scala-xml_2.12:0.16.6a
|-- org.typelevel:discipline_2.12:0.8
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.scalaz:scalaz-scalacheck-binding_2.12:7.2.17
|-- org.specs2:specs2-core_2.12:3.8.6
|-- org.specs2:specs2-matcher-extra_2.12:3.8.6