Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley authored Jan 8, 2025
1 parent db172a3 commit 42fa0bd
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 @@ -9,7 +9,7 @@ description := "Scala client for The Guardian's Facia JSON API"
ThisBuild / scalaVersion := "2.13.15"

val sonatypeReleaseSettings = Seq(
// 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 42fa0bd

Please sign in to comment.