Skip to content

Commit

Permalink
Merge pull request #235 from guardian/temporarily-turn-off-compatibil…
Browse files Browse the repository at this point in the history
…ity-checking

Temporarily disable compatibility testing as last release failed
  • Loading branch information
rtyley authored Jun 21, 2024
2 parents 0a0a496 + 5d6e5ff commit 3008b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lazy val `play-googleauth-root` = (project in file(".")).aggregate(
).settings(
publish / skip := true,

releaseVersion := fromAggregatedAssessedCompatibilityWithLatestRelease().value,
// releaseVersion := fromAggregatedAssessedCompatibilityWithLatestRelease().value,
releaseCrossBuild := true, // true if you cross-build the project for multiple Scala versions
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
Expand Down

0 comments on commit 3008b78

Please sign in to comment.