Skip to content

Commit

Permalink
Merge pull request #430 from guardian/an/special-crosswords
Browse files Browse the repository at this point in the history
Upgrade content-api-models to 25.1.0 for special crosswords
  • Loading branch information
andrew-nowak committed Jul 30, 2024
2 parents 1b6a986 + 19e0313 commit 88f745f
Showing 1 changed file with 1 addition and 1 deletion.
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.14")
val capiModelsVersion = "25.0.0"
val capiModelsVersion = "25.1.0"
val thriftVersion = "0.20.0"
val commonsCodecVersion = "1.17.0"
val scalaTestVersion = "3.2.18"
Expand Down

0 comments on commit 88f745f

Please sign in to comment.