softwaremill / sttp

The Scala HTTP client you always wanted!
https://sttp.softwaremill.com
Apache License 2.0
1.44k stars 301 forks source link

use zio from its new organization instead of scalaz #244

Closed softinio closed 5 years ago

softinio commented 5 years ago

Looking at the sttp codebase we are using the old version on maven of zio when it was part of scalaz organization. Best to migrate to using the new version under its own zio org:

https://search.maven.org/search?q=g:dev.zio

adamw commented 5 years ago

could be :) maybe you could make a PR with this change?

softinio commented 5 years ago

Will def do a PR sir once I have bandwidth :-) Using sttp for the first time its fabulous.

adamw commented 5 years ago

ok, done, zio updated :)

adamw commented 5 years ago

Released in 1.6.1

softinio commented 5 years ago

awesome! Thank you!