Skip to content

Commit

Permalink
kyo-sttp: make PlatformBackend public
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Dec 11, 2023
1 parent ee3b812 commit 9e0ca7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kyo-sttp/js/src/main/scala/kyo/PlatformBackend.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sttp.client3._
import kyo.requests.Backend
import kyo.concurrent.fibers.Fibers

private[kyo] object PlatformBackend {
object PlatformBackend {
val default =
new Backend {
val b = FetchBackend()
Expand Down
2 changes: 1 addition & 1 deletion kyo-sttp/jvm/src/main/scala/kyo/PlatformBackend.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.net.http.HttpClient
import kyo.internal.KyoSttpMonad
import sttp.capabilities.WebSockets

private[kyo] object PlatformBackend {
object PlatformBackend {

def apply(backend: SttpBackend[KyoSttpMonad.M, WebSockets]): Backend =
new Backend {
Expand Down

0 comments on commit 9e0ca7f

Please sign in to comment.