Skip to content

Commit 8876d40

Browse files
committed
Fix the build.sbt for release
1 parent 653afb5 commit 8876d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ Global / publishTo := sonatypePublishToBundle.value
118118
Global / PgpKeys.gpgCommand := (baseDirectory.value / "gpg.sh").getAbsolutePath
119119

120120
// https://github.com/xerial/sbt-sonatype#using-with-sbt-release-plugin
121-
ThisBuild / releaseCrossBuild := true
122-
ThisBuild / releaseProcess := Seq[ReleaseStep](
121+
releaseCrossBuild := true
122+
releaseProcess := Seq[ReleaseStep](
123123
checkSnapshotDependencies,
124124
inquireVersions,
125125
runClean,

0 commit comments

Comments
 (0)