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

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


The following commit(s) were added to refs/heads/main by this push:
     new d21be4c  update build (#76)
d21be4c is described below

commit d21be4c5b1680448e5bc4cc9bd1afdeb3cd21f67
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 21 09:04:58 2023 +0100

    update build (#76)
    
    Update build.sbt
---
 build.sbt                | 5 +++++
 project/build.properties | 2 +-
 project/plugins.sbt      | 4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/build.sbt b/build.sbt
index 2587fbb..b42bc67 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,6 +15,8 @@
  * limitations under the License.
  */
 
+import 
net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
+
 scalaVersion := "2.13.11"
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
@@ -28,6 +30,9 @@ commands := commands.value.filterNot { command =>
   }
 }
 
+ThisBuild / reproducibleBuildsCheckResolver :=
+  "Apache Pekko 
Staging".at("https://repository.apache.org/content/groups/staging/";)
+
 lazy val publishSettings = Seq(
   startYear := Some(2023),
   developers := List(
diff --git a/project/build.properties b/project/build.properties
index 875b706..52413ab 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.2
+sbt.version=1.9.3
diff --git a/project/plugins.sbt b/project/plugins.sbt
index d18c4cd..a87033b 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -21,5 +21,5 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % 
"0.10.3")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
 addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
 addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
-addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.8")
-addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.10")
+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