Skip to content

Commit

Permalink
Enable release checks back again
Browse files Browse the repository at this point in the history
As we got successful releases after PR #38 we can now put back AssessedCompatibilityWithLatestReleas in our sbt file.
  • Loading branch information
Divs-B committed Mar 26, 2024
1 parent 5c74930 commit 7181c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ lazy val root = (project in file("."))
.aggregate(thrift, scalaClasses)
.settings(
publish / skip := true,
releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
releaseCrossBuild := true,
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
Expand Down

0 comments on commit 7181c7e

Please sign in to comment.