<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-blaze-core_2.11</artifactId>
<version>0.20.11</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-blaze-core_2.11', version='0.20.11')
)
compile
|-- org.scala-lang:scala-library:2.11.12
|-- org.http4s:http4s-core_2.11:0.20.11
|-- org.http4s:blaze-http_2.11:0.14.8
test
|-- org.http4s:http4s-testing_2.11:0.20.11
|-- org.typelevel:cats-laws_2.11:1.6.1
|-- org.typelevel:cats-kernel-laws_2.11:1.6.1
|-- org.typelevel:discipline_2.11:0.9.0
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.scalacheck:scalacheck_2.11:1.13.5
|-- org.specs2:specs2-core_2.11:4.1.0