Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #273 from scala-steward/update/tapir-core-0.18.0-M17
Browse files Browse the repository at this point in the history
Update tapir-core, tapir-json-circe, ... to 0.18.0-M17
  • Loading branch information
kubukoz authored Jun 25, 2021
2 parents aa6b9e6 + 2e836b9 commit fba835f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ lazy val gitlab = project
"io.circe" %% "circe-generic-extras" % "0.14.1",
"io.circe" %% "circe-parser" % "0.14.1" % Test,
"io.circe" %% "circe-literal" % "0.14.1" % Test,
"com.softwaremill.sttp.tapir" %% "tapir-core" % "0.18.0-M15",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "0.18.0-M15",
"com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % "0.18.0-M15"
"com.softwaremill.sttp.tapir" %% "tapir-core" % "0.18.0-M17",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "0.18.0-M17",
"com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % "0.18.0-M17"
)
)
.dependsOn(core)
Expand Down

0 comments on commit fba835f

Please sign in to comment.