We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5f215 commit 455b51fCopy full SHA for 455b51f
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