Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe schema inclusive CAPI model version #408

Merged
merged 9 commits into from
Mar 12, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ trait ShowParameters[Owner <: Parameters[Owner]] extends Parameters[Owner] { thi
def showSection = BoolParameter("show-section")
def showStats = BoolParameter("show-stats")
def showAliasPaths = BoolParameter("show-alias-paths")
def showSchemaOrg = BoolParameter("show-schemaorg")
}

trait ShowReferencesParameters[Owner <: Parameters[Owner]] extends Parameters[Owner] { this: Owner =>
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
val scalaVersions = Seq("2.12.19", "2.13.13")
val capiModelsVersion = "20.1.0"
val capiModelsVersion = "21.0.0"
val thriftVersion = "0.19.0"
val commonsCodecVersion = "1.16.1"
val scalaTestVersion = "3.0.9"
Expand Down
Loading