Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// {cat=JSON; effects=ZIO; backend=HttpClient}: Receive & parse JSON using ZIO Json

//> using dep com.softwaremill.sttp.client4::zio:4.0.9
//> using dep com.softwaremill.sttp.client4::zio-json:4.0.9
//> using dep com.softwaremill.sttp.client4::zio-json:4.0.12

package sttp.client4.examples.json

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// {cat=JSON; effects=Future; backend=Pekko}: Receive & parse JSON using json4s

//> using dep com.softwaremill.sttp.client4::json4s:4.0.9
//> using dep com.softwaremill.sttp.client4::pekko-http-backend:4.0.9
//> using dep com.softwaremill.sttp.client4::pekko-http-backend:4.0.12
//> using dep org.json4s::json4s-native:4.0.7
//> using dep org.apache.pekko::pekko-stream:1.1.2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// {cat=WebSocket; effects=Future; backend=Pekko}: Connect to & interact with a WebSocket

//> using dep com.softwaremill.sttp.client4::pekko-http-backend:4.0.9
//> using dep com.softwaremill.sttp.client4::pekko-http-backend:4.0.12
//> using dep org.apache.pekko::pekko-stream:1.1.2

package sttp.client4.examples.ws
Expand Down
Loading