diff --git a/build.sbt b/build.sbt index 4acaae54e..35496a068 100644 --- a/build.sbt +++ b/build.sbt @@ -22,12 +22,6 @@ import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage sourceDistName := "apache-pekko-http" sourceDistIncubating := true -commands := commands.value.filterNot { command => - command.nameOption.exists { name => - name.contains("sonatypeRelease") || name.contains("sonatypeBundleRelease") - } -} - // pekkoInlineEnabled must be set to false when this is backported to 1.0.x branch ThisBuild / pekkoInlineEnabled := true diff --git a/project/plugins.sbt b/project/plugins.sbt index 8bb1235c4..0aa7bf0f8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -37,7 +37,7 @@ addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11") -addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.1") +addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.2") addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")