github softwaremill/sttp v3.4.0

latest releases: v4.0.0-M18, v4.0.0-M17, v3.9.8...
2 years ago

What’s Changed

ZIO 2 support

By default, the *-zio modules depend on ZIO 2.x. For ZIO 1.x support, use modules with the *-zio1 suffix.
For example:

"com.softwaremill.sttp.client3" %% "httpclient-backend-zio" % "3.4.0"  // for ZIO 2.x
"com.softwaremill.sttp.client3" %% "httpclient-backend-zio1" % "3.4.0" // for ZIO 1.x

More information available in the docs.

Dependency updates

Don't miss a new sttp release

NewReleases is sending notifications on new releases.