<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-server_sjs1_2.13</artifactId>
<version>0.23.14</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-server_sjs1_2.13', version='0.23.14')
)
compile
|-- org.scala-lang:scala-library:2.13.8
|-- org.http4s:http4s-core_sjs1_2.13:0.23.14
|-- org.scala-js:scalajs-library_2.13:1.10.1
test
|-- org.http4s:http4s-tests_sjs1_2.13:0.23.14
|-- org.http4s:http4s-dsl_sjs1_2.13:0.23.14
|-- org.scala-js:scalajs-test-bridge_2.13:1.10.1
|-- org.typelevel:cats-laws_sjs1_2.13:2.8.0