Skip to content

Commit

Permalink
Update tapir-core, tapir-http4s-server, ... to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azanin committed Jan 15, 2023
1 parent 65d471f commit a7781c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ lazy val root = (project in file("."))
"org.typelevel" %% "cats-effect" % "2.5.3",
"org.http4s" %% "http4s-dsl" % "0.21.34",
"org.http4s" %% "http4s-blaze-server" % "0.21.34",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-circe-yaml" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-circe-yaml" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-http4s" % "0.17.20",
"io.circe" %% "circe-generic" % "0.14.2",
"ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime,
Expand Down
10 changes: 5 additions & 5 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ lazy val commonSettings = Seq(
"org.typelevel" %% "cats-effect" % "2.5.3",
"org.http4s" %% "http4s-dsl" % "0.21.34",
"org.http4s" %% "http4s-blaze-server" % "0.21.34",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-circe-yaml" % "0.17.20",
"com.softwaremill.sttp.tapir" %% "tapir-core" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-circe-yaml" % "0.20.2",
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-http4s" % "0.17.20",
"io.circe" %% "circe-generic" % "0.14.2",
"ch.qos.logback" % "logback-classic" % "1.2.11" % Runtime,
Expand Down

0 comments on commit a7781c2

Please sign in to comment.