Skip to content

Commit

Permalink
Update tapir (1.0.6 -> 1.2.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Jan 20, 2023
1 parent 1167a17 commit b726ba5
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 @@ -53,7 +53,7 @@ final class PublicHttp(handler: PublicApiHandler) {
)

private val options =
VertxZioServerOptions.customiseInterceptors[WLD].unsupportedMediaTypeInterceptor(None).options
VertxZioServerOptions.customiseInterceptors[WLD].notAcceptableInterceptor(None).options

val http: List[Router => Route] =
(withoutBody ++ withBody ++ withMultipart ++ swaggerEndpoints)
Expand Down
2 changes: 1 addition & 1 deletion backend/project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Versions {
val cats = "2.7.0"
val mongoScalaDriver = "4.4.0"
val simulacrum = "0.5.4"
val tapir = "1.0.6"
val tapir = "1.2.6"
val derevo = "0.13.0"
val graalvm = "22.2.0"
val micrometer = "1.8.5"
Expand Down

0 comments on commit b726ba5

Please sign in to comment.