Skip to content

Commit

Permalink
Re-enable compatibility testing now that a full release has gone out
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley authored Mar 26, 2024
1 parent 845244a commit fe0fa47
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 @@ -10,7 +10,7 @@ description := "Scala client for The Guardian's Facia JSON API"

val sonatypeReleaseSettings = Seq(
licenses := Seq("Apache V2" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
// 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 fe0fa47

Please sign in to comment.