Skip to content

Commit

Permalink
Merge pull request #169 from guardian/bump-capi-models
Browse files Browse the repository at this point in the history
Bump capi models to 9.21.
  • Loading branch information
Luke Taylor committed Aug 22, 2016
2 parents d326d73 + 5fd3253 commit 30e5840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -77,7 +77,7 @@ buildInfoKeys := Seq[BuildInfoKey](version)
buildInfoPackage := "com.gu.contentapi.buildinfo"
buildInfoObject := "CapiBuildInfo"

val CapiModelsVersion = "9.20"
val CapiModelsVersion = "9.21"

libraryDependencies ++= Seq(
"com.gu" % "content-api-models-scala" % CapiModelsVersion,
Expand Down

0 comments on commit 30e5840

Please sign in to comment.