Skip to content

Commit

Permalink
Merge pull request #391 from scala-steward/update/tapir-core-1.9.6
Browse files Browse the repository at this point in the history
Update tapir-core, tapir-http4s-server, ... to 1.9.6
  • Loading branch information
mergify[bot] authored Jan 13, 2024
2 parents 4cd1db2 + 3faa7ac commit 8353eca
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 @@ -157,7 +157,7 @@ trait Log4Cats {
trait Magnolia {
private[this] val organization = "com.softwaremill.magnolia1_2"

private[this] val version = "1.1.6"
private[this] val version = "1.1.8"

val magnolia = organization %% "magnolia" % version
}
Expand Down Expand Up @@ -217,7 +217,7 @@ trait Tapir {
private[this] val apispecVersion = "0.7.3"
private[this] val modelVersion = "1.7.6"
private[this] val sharedVersion = "1.3.17"
private[this] val tapirVersion = "1.9.4"
private[this] val tapirVersion = "1.9.6"

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

0 comments on commit 8353eca

Please sign in to comment.