diff --git a/build.sbt b/build.sbt index f4bbb835..ddf6496f 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,6 @@ ThisBuild / pekkoInlineEnabled := false sourceDistName := "apache-pekko-grpc" sourceDistIncubating := true ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec) -ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo ThisBuild / resolvers += Resolver.ApacheMavenStagingRepo commands := commands.value.filterNot { command => diff --git a/project/plugins.sbt b/project/plugins.sbt index aef4b2f0..3493b3ca 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -28,8 +28,7 @@ addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.1") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1") -resolvers += Resolver.ApacheMavenSnapshotsRepo -addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1-RC1+5-13892678-SNAPSHOT") +addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1") addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").excludeAll( "com.lightbend.paradox", "sbt-paradox"))