Skip to content

Commit

Permalink
Update zio http to RC8 (#2251)
Browse files Browse the repository at this point in the history
* Update zio-http to latest RC

* Update to RC8
  • Loading branch information
kyri-petrou authored May 29, 2024
1 parent fe6a76e commit b81453b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object QuickAdapterSpec extends ZIOSpecDefault {
uri"http://localhost:8090/api/graphql",
wsUri = Some(uri"ws://localhost:8090/ws/graphql"),
uploadUri = Some(uri"http://localhost:8090/upload/graphql")
) @@ TestAspect.blocking // Temporary, remove on next zio-http release
)
suite.provideShared(
apiLayer,
Scope.default,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object ZHttpAdapterSpec extends ZIOSpecDefault {
"ZHttpAdapterSpec",
uri"http://localhost:8089/api/graphql",
wsUri = Some(uri"ws://localhost:8089/ws/graphql")
) @@ TestAspect.blocking // Temporary, remove on next zio-http release
)
suite.provideShared(
apiLayer,
Scope.default,
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val zioInteropReactiveVersion = "2.0.2"
val zioConfigVersion = "3.0.7"
val zqueryVersion = "0.7.1"
val zioJsonVersion = "0.6.2"
val zioHttpVersion = "3.0.0-RC7"
val zioHttpVersion = "3.0.0-RC8"
val zioOpenTelemetryVersion = "3.0.0-RC21"
val zioPreludeVersion = "1.0.0-RC26"

Expand Down

0 comments on commit b81453b

Please sign in to comment.