Skip to content

Commit

Permalink
Disable auto-compat check - previous artifact not released
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Dec 31, 2023
1 parent 7ed89df commit c3d4f4a
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 @@ -39,7 +39,7 @@ lazy val `sample-gslrw-root` = (project in file("."))
extra
).settings(
publish / skip := true,
releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
// releaseVersion := 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 c3d4f4a

Please sign in to comment.