Skip to content

Commit

Permalink
Organize examples
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Feb 6, 2025
1 parent 297bb6a commit e5fc9dc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//> using dep io.circe::circe-generic:0.14.10
//> using dep ch.qos.logback:logback-classic:1.5.16

package sttp.client4.examples
package sttp.client4.examples.logging

import io.circe.generic.auto.*
import sttp.client4.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//> using dep com.softwaremill.sttp.client4::circe:4.0.0-M26
//> using dep io.circe::circe-generic:0.14.10

package sttp.client4.examples
package sttp.client4.examples.other

import io.circe
import io.circe.generic.auto.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//> using dep com.lihaoyi::os-lib:0.11.3
//> using dep com.softwaremill.sttp.client4::core:4.0.0-M26

package sttp.client4.examples
package sttp.client4.examples.other

import sttp.client4.*
import os.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//> using dep com.lihaoyi::os-lib:0.11.3
//> using dep com.softwaremill.sttp.client4::core:4.0.0-M26

package sttp.client4.examples
package sttp.client4.examples.other

import sttp.client4.*
import os.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//> using dep com.lihaoyi::os-lib:0.11.3
//> using dep com.softwaremill.sttp.client4::core:4.0.0-M26

package sttp.client4.examples
package sttp.client4.examples.other

import sttp.client4.*
import os.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//> using dep com.softwaremill.sttp.client4::fs2:4.0.0-M26

package sttp.client4.examples
package sttp.client4.examples.streaming

import cats.effect.ExitCode
import cats.effect.IO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//> using dep com.softwaremill.sttp.client4::zio:4.0.0-M26

package sttp.client4.examples
package sttp.client4.examples.streaming

import sttp.capabilities.zio.ZioStreams
import sttp.client4.*
Expand Down

0 comments on commit e5fc9dc

Please sign in to comment.