Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Temporarily disable compatibility-based version numbering - this doesn't work when you introduce new artifacts, because sbt-version-policy can't download the old versions of those artifacts - because they don't exist!
  • Loading branch information
rtyley authored Dec 15, 2023
1 parent 47fc965 commit 2d1ad72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ 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,
releaseCrossBuild := true, // true if you cross-build the project for multiple Scala versions
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
Expand Down

0 comments on commit 2d1ad72

Please sign in to comment.