Skip to content

Commit

Permalink
zio-http 3.0.0-RC10 (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon authored Sep 9, 2024
1 parent a1aadf6 commit 2b22a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import zio._
import zio.http._
import zio.http.codec.PathCodec.{ literal, string }
import zio.http.codec.{ HttpCodec, PathCodec }
import zio.http.endpoint.EndpointMiddleware.None
import zio.http.endpoint.AuthType.None
import zio.http.endpoint._
import zio.http.endpoint.openapi.{ OpenAPI, OpenAPIGen }
import zio.logging.api.http.ApiDomain.Error
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ object Versions {
val zioConfig = "4.0.2"
val zioParser = "0.1.10"
val zioPrelude = "1.0.0-RC31"
val zioHttp = "3.0.0-RC9"
val zioHttp = "3.0.0-RC10"
val log4jVersion = "2.24.0"
}

0 comments on commit 2b22a0a

Please sign in to comment.