We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653afb5 commit 8876d40Copy full SHA for 8876d40
build.sbt
@@ -118,8 +118,8 @@ Global / publishTo := sonatypePublishToBundle.value
118
Global / PgpKeys.gpgCommand := (baseDirectory.value / "gpg.sh").getAbsolutePath
119
120
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
121
-ThisBuild / releaseCrossBuild := true
122
-ThisBuild / releaseProcess := Seq[ReleaseStep](
+releaseCrossBuild := true
+releaseProcess := Seq[ReleaseStep](
123
checkSnapshotDependencies,
124
inquireVersions,
125
runClean,
0 commit comments