diff --git a/build.sbt b/build.sbt index 0b2cd60..0a84b60 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val root = Project(id = "root", base = file(".")) .aggregate(thrift, scalaClasses) .settings( publish / skip := true, - //releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value, + releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value, releaseProcess := Seq[ReleaseStep]( checkSnapshotDependencies, inquireVersions,