Skip to content

Commit

Permalink
Prevent runtime incompatibility with 'early-semver'
Browse files Browse the repository at this point in the history
Now that both content-api-models and content-api-scala-client are both
using 'early-semver' and adhering to it (thanks to
gha-scala-library-release-workflow and sbt-version-policy) this should
mean that it is **no longer possible** for a single project that depends
on content-api-scala-client, content-api-models and facia-scala-client
to have _incompatible_ versions of those artifacts.

guardian/content-api-scala-client#405
  • Loading branch information
rtyley committed Jan 25, 2024
1 parent 53947b6 commit d3dbe31
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
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val capiVersion = "19.2.3"
val capiVersion = "20.0.2-PREVIEW.update-to-latest-version-of-content-api-models-scala.2024-01-25T1416.253f60e5"

val awsSdk = "com.amazonaws" % "aws-java-sdk-s3" % "1.12.524"
val commonsIo = "org.apache.commons" % "commons-io" % "1.3.2"
Expand Down

0 comments on commit d3dbe31

Please sign in to comment.