Skip to content

Commit

Permalink
Temporarily disable sbt-version-policy version numbering, due to #417
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Dec 6, 2023
1 parent 11a9aac commit 088d4f5
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 @@ -89,7 +89,6 @@ lazy val `play-secret-rotation-root` = (project in file("."))
)
.settings(baseSettings).settings(
publish / skip := true,
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 088d4f5

Please sign in to comment.