This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/1.0.x by this push:
     new 8baabd5f2 Set Pekko Sbt Paradox to release
8baabd5f2 is described below

commit 8baabd5f253741448f0bb2e9c85693319a63a8b5
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Mar 15 18:26:11 2024 +0100

    Set Pekko Sbt Paradox to release
    
    (cherry picked from commit e4195849b4ca64ec0dca5e182109ae626bda157f)
---
 build.sbt           | 2 --
 project/plugins.sbt | 3 +--
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/build.sbt b/build.sbt
index dd048827b..770d64add 100644
--- a/build.sbt
+++ b/build.sbt
@@ -30,8 +30,6 @@ ThisBuild / reproducibleBuildsCheckResolver := 
Resolver.ApacheMavenStagingRepo
 addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; 
+headerCheckAll; javafmtCheckAll")
 addCommandAlias("applyCodeStyle", "+headerCreateAll; scalafmtAll; scalafmtSbt; 
javafmtAll")
 
-ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
-
 inThisBuild(Def.settings(
   apiURL := {
     val apiVersion = if (isSnapshot.value) "current" else version.value
diff --git a/project/plugins.sbt b/project/plugins.sbt
index f9452e57c..f6cae7fe1 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -22,8 +22,7 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
 addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
 addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")
 
-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("de.heikoseeberger" % "sbt-header" % "5.9.0")
 addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to