Skip to content

Commit

Permalink
Merge pull request #405 from guardian/update-to-latest-version-of-con…
Browse files Browse the repository at this point in the history
…tent-api-models-scala

Prevent runtime incompatibility with 'early-semver' `content-api-models-scala`
  • Loading branch information
rtyley authored Jan 25, 2024
2 parents a2acce2 + 253f60e commit 4f0bd48
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.18", "2.13.12")
val capiModelsVersion = "18.0.0"
val capiModelsVersion = "18.0.1"
val thriftVersion = "0.15.0"
val commonsCodecVersion = "1.10"
val scalaTestVersion = "3.0.8"
Expand Down

0 comments on commit 4f0bd48

Please sign in to comment.