Skip to content

Commit

Permalink
Point at preview
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickobrien committed Mar 5, 2024
1 parent c2947ce commit a1925c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 = "19.0.1"
val capiModelsVersion = "21.0.0-PREVIEW.agschema-org-field.2024-03-05T1018.a555b63a"
val thriftVersion = "0.19.0"
val commonsCodecVersion = "1.16.1"
val scalaTestVersion = "3.0.9"
Expand Down

0 comments on commit a1925c8

Please sign in to comment.