Skip to content

Commit

Permalink
Update tapir-openapi-docs and relax version policy
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma committed May 30, 2024
1 parent a3c308e commit 416e8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / organization := "com.alejandrohdezma"
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
ThisBuild / versionPolicyIntention := Compatibility.None

addCommandAlias("ci-test", "fix --check; versionPolicyCheck; mdoc; test; publishLocal;")
addCommandAlias("ci-docs", "github; headerCreateAll; mdoc")
Expand All @@ -13,7 +13,7 @@ lazy val documentation = project

lazy val `tapir-golden-openapi-munit` = module
.settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.9.11")
.settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.9.11")
.settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.8")
.settings(libraryDependencies += "com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.10.0")
.settings(libraryDependencies += "org.scalameta" %% "munit" % "0.7.29")

Expand Down

0 comments on commit 416e8b6

Please # to comment.