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

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


The following commit(s) were added to refs/heads/main by this push:
     new d1403da9 Update sbt reproducible builds
d1403da9 is described below

commit d1403da9e0f3a52e0f1aa3f07b6de76848c14b33
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Aug 11 10:06:16 2023 +0200

    Update sbt reproducible builds
---
 build.sbt           | 4 ++++
 project/plugins.sbt | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 68226a56..757b3b34 100644
--- a/build.sbt
+++ b/build.sbt
@@ -7,6 +7,7 @@
  * This file is part of the Apache Pekko project, derived from Akka.
  */
 
+import 
net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
 import org.apache.pekko.grpc.Dependencies
 import org.apache.pekko.grpc.Dependencies.Versions.{ scala212, scala213 }
 import org.apache.pekko.grpc.ProjectExtensions._
@@ -26,6 +27,9 @@ commands := commands.value.filterNot { command =>
   }
 }
 
+ThisBuild / reproducibleBuildsCheckResolver :=
+  "Apache Pekko 
Staging".at("https://repository.apache.org/content/groups/staging/";)
+
 val pekkoPrefix = "pekko-grpc"
 val pekkoGrpcRuntimeName = s"$pekkoPrefix-runtime"
 
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2c049f31..0a556654 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -22,7 +22,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
 addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
 addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0")
-addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
+addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
 addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
 addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")


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

Reply via email to