Skip to content
Merged
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
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ val testServerSettings = Seq(
}
)

val circeVersion: String = "0.14.15"
val circeVersion: String = "0.14.16"

val jsoniterVersion = "2.38.15"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//> using scala 2.13
//> using dep com.softwaremill.sttp.client4::monix:4.0.25
//> using dep com.softwaremill.sttp.client4::circe:4.0.25
//> using dep io.circe::circe-generic:0.14.15
//> using dep io.circe::circe-generic:0.14.16

package sttp.client4.examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//> using scala 2.13
//> using dep com.softwaremill.sttp.client4::monix:4.0.25
//> using dep com.softwaremill.sttp.client4::circe:4.0.25
//> using dep io.circe::circe-generic:0.14.15
//> using dep io.circe::circe-generic:0.14.16

package sttp.client4.examples

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.25
//> using dep com.softwaremill.sttp.client4::cats:4.0.25
//> using dep org.typelevel::cats-effect:3.5.7
//> using dep io.circe::circe-generic:0.14.15
//> using dep io.circe::circe-generic:0.14.16

package sttp.client4.examples.json

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//> using dep com.softwaremill.sttp.client4::circe:4.0.25
//> using dep com.softwaremill.sttp.client4::slf4j-backend:4.0.25
//> using dep io.circe::circe-generic:0.14.15
//> using dep io.circe::circe-generic:0.14.16
//> using dep ch.qos.logback:logback-classic:1.5.37

package sttp.client4.examples.logging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// {cat=Other; effects=Direct; backend=HttpClient}: Handle the body by both parsing it to JSON and returning the raw string

//> using dep com.softwaremill.sttp.client4::circe:4.0.25
//> using dep io.circe::circe-generic:0.14.15
//> using dep io.circe::circe-generic:0.14.16

package sttp.client4.examples.other

Expand Down
Loading