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