We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08d3db commit cb1f852Copy full SHA for cb1f852
build.sbt
@@ -27,7 +27,7 @@ ThisBuild / Test / testOptions +=
27
28
lazy val root = (project in file(".")).aggregate(`scala-git`, `scala-git-test`).settings(
29
publish / skip := true,
30
- // releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
+ releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
31
// releaseCrossBuild := true, // true if you cross-build the project for multiple Scala versions
32
releaseProcess := Seq[ReleaseStep](
33
checkSnapshotDependencies,
0 commit comments