Skip to content

Commit

Permalink
publishConfiguration.value.withOverwrite(true)
Browse files Browse the repository at this point in the history
  • Loading branch information
simerplaha committed May 5, 2019
1 parent fa14510 commit 2b8ffb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ val publishSettings = Seq[Setting[_]](
publishTo := sonatypePublishTo.value,
releaseCrossBuild := true,
releaseVersionBump := sbtrelease.Version.Bump.Next,
publishConfiguration := publishConfiguration.value.withOverwrite(true),
releaseProcess := Seq[ReleaseStep](
checkSnapshotDependencies,
inquireVersions,
Expand Down

0 comments on commit 2b8ffb2

Please sign in to comment.