Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upickle, zio to 4.0.0-M16 #1509

Merged
Merged
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val V = new {
val scala213 = "2.13.14"
val `scala-collection-compat` = "2.12.0"
val slf4j = "2.0.13"
val sttp = "4.0.0-M14"
val sttp = "4.0.0-M16"
val upickle = "3.1.4"
val vulcan = "1.10.1"
val `zio-interop` = "23.1.0.2"
Expand Down
Loading