Skip to content

Commit 8b54361

Browse files
committed
update tapir and sttp-apispec
1 parent 2325b31 commit 8b54361

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lambdaHttpApiTapir/src/main/scala/helper/DocServer.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package funstack.lambda.http.api.tapir.helper
22

33
import io.circe.syntax._
44
import net.exoego.facade.aws_lambda._
5-
import sttp.apispec.{ReferenceOr, SecurityRequirement, Tag}
6-
import sttp.apispec.openapi.{Info, PathItem, Server}
5+
import sttp.apispec.{SecurityRequirement, Tag}
6+
import sttp.apispec.openapi.{Info, PathItem, ReferenceOr, Server}
77
import sttp.apispec.openapi.circe._
88
import sttp.tapir.docs.openapi.{OpenAPIDocsInterpreter, OpenAPIDocsOptions}
99
import sttp.tapir.server.ServerEndpoint

project/Deps.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ object Deps {
3535

3636
// sttp
3737
val apiSpec = new {
38-
val version = "0.3.2"
38+
val version = "0.7.0"
3939
val circe = s("com.softwaremill.sttp.apispec" %%% "openapi-circe" % version)
4040
}
4141

4242
val tapir = new {
43-
val version = "1.3.0"
43+
val version = "1.8.0"
4444
val core = s("com.softwaremill.sttp.tapir" %%% "tapir-core" % version)
4545
val lambda = s("com.softwaremill.sttp.tapir" %%% "tapir-aws-lambda" % version)
4646
val circe = s("com.softwaremill.sttp.tapir" %%% "tapir-json-circe" % version)

0 commit comments

Comments
 (0)