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 Mar 10, 2024
1 parent a7ae9e0 commit 33541e5
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.13" % 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.13" % Runtime,
Expand Down

0 comments on commit 33541e5

Please sign in to comment.