<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-client_2.12</artifactId>
<version>1.0.0-M8</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.12.12
|-- org.http4s:http4s-core_2.12:1.0.0-M8
test
|-- org.http4s:http4s-testing_2.12:1.0.0-M8
|-- org.http4s:http4s-server_2.12:1.0.0-M8
|-- org.http4s:http4s-dsl_2.12:1.0.0-M8
|-- org.http4s:http4s-scala-xml_2.12:1.0.0-M8
|-- com.github.ghik:silencer-lib_2.12.12:1.7.0
|-- com.codecommit:cats-effect-testing-specs2_2.12:0.4.1
|-- org.typelevel:cats-laws_2.12:2.2.0
|-- org.typelevel:discipline-specs2_2.12:1.1.1
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.scalacheck:scalacheck_2.12:1.15.1
|-- org.specs2:specs2-cats_2.12:4.10.5
|-- org.specs2:specs2-core_2.12:4.10.5
|-- org.specs2:specs2-matcher-extra_2.12:4.10.5