Skip to content

Commit

Permalink
Merge pull request #170 from guardian/db/add-version-compatibolity-check
Browse files Browse the repository at this point in the history
Add version compatability check
  • Loading branch information
rtyley authored Mar 27, 2024
2 parents f068a4a + e34d2b4 commit 156ef0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sbtrelease._
import ReleaseStateTransformations._
import sbtrelease.*
import ReleaseStateTransformations.*
import sbtversionpolicy.withsbtrelease.ReleaseVersion

val contentEntityVersion = "3.0.3"
val scroogeVersion = "22.1.0" // remember to also update plugins.sbt if the scrooge version changes
Expand All @@ -24,6 +25,7 @@ lazy val root = Project(id = "root", base = file("."))
.aggregate(thrift, scalaClasses)
.settings(
publish / skip := true,
releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
Expand Down

0 comments on commit 156ef0e

Please sign in to comment.