<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-testing_2.13</artifactId>
<version>0.21.0-M3</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-testing_2.13', version='0.21.0-M3')
)
compile
|-- org.scala-lang:scala-library:2.13.0
|-- org.http4s:http4s-laws_2.13:0.21.0-M3
|-- org.scalacheck:scalacheck_2.13:1.14.0
|-- org.typelevel:cats-effect-laws_2.13:2.0.0-M5
|-- org.specs2:specs2-matcher_2.13:4.6.0
test
|-- org.typelevel:cats-laws_2.13:2.0.0-M4
|-- org.typelevel:cats-kernel-laws_2.13:2.0.0-M4
|-- org.typelevel:discipline-specs2_2.13:0.12.0-M3
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.specs2:specs2-core_2.13:4.6.0