Skip to content

Commit

Permalink
Merge pull request #397 from scala-steward/update/tapir-core-1.9.7
Browse files Browse the repository at this point in the history
Update tapir-core, tapir-http4s-server, ... to 1.9.7
  • Loading branch information
mergify[bot] authored Jan 28, 2024
2 parents baa3efc + 51654f3 commit 4e507a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ trait Hikari {
trait Http4s {
private[this] val organization = "org.http4s"

private[this] val version = "0.23.24"
private[this] val version = "0.23.25"

val http4sCirce = organization %% "http4s-circe" % version
val http4sCore = organization %% "http4s-core" % version
Expand Down Expand Up @@ -217,7 +217,7 @@ trait Tapir {
private[this] val apispecVersion = "0.7.4"
private[this] val modelVersion = "1.7.6"
private[this] val sharedVersion = "1.3.17"
private[this] val tapirVersion = "1.9.6"
private[this] val tapirVersion = "1.9.7"

val openApiModel = apispecOrganization %% "openapi-model" % apispecVersion
val openApiCirceYaml = apispecOrganization %% "openapi-circe-yaml" % apispecVersion
Expand Down

0 comments on commit 4e507a6

Please sign in to comment.