Skip to content

Commit 455b51f

Browse files
committed
Re-enable automated compat assessment
1 parent bc5f215 commit 455b51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ThisBuild / Test / testOptions +=
2727

2828
lazy val root = (project in file(".")).aggregate(`scala-git`, `scala-git-test`).settings(
2929
publish / skip := true,
30-
// releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
30+
releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
3131
// releaseCrossBuild := true, // true if you cross-build the project for multiple Scala versions
3232
releaseProcess := Seq[ReleaseStep](
3333
checkSnapshotDependencies,

0 commit comments

Comments
 (0)