Skip to content

Commit 5a232df

Browse files
committed
drop shared parts of http4s backend to fix mdoc compilation bug
1 parent 848fd1d commit 5a232df

6 files changed

Lines changed: 391 additions & 135 deletions

File tree

build.sbt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,15 +666,17 @@ lazy val http4sBackend = (projectMatrix in file("http4s-backend"))
666666
.settings(
667667
name := "http4s-backend",
668668
libraryDependencies ++= Seq(
669-
"org.http4s" %%% "http4s-client" % http4s_ce3_version,
670-
"org.http4s" %%% "http4s-ember-client" % "0.23.34" % Optional
669+
"org.http4s" %%% "http4s-client" % http4s_ce3_version
671670
),
672671
evictionErrorLevel := Level.Info
673672
)
674673
.jvmPlatform(
675674
scalaVersions = scala2And3,
676675
settings = commonJvmSettings ++ Seq(
677-
libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.23.17" % Optional
676+
libraryDependencies ++= Seq(
677+
"org.http4s" %% "http4s-ember-client" % "0.23.34" % Optional,
678+
"org.http4s" %% "http4s-blaze-client" % "0.23.17" % Optional
679+
)
678680
)
679681
)
680682
.nativePlatform(

http4s-backend/src/main/scala/sttp/client4/http4s/Http4sBackendCompanion.scala

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)