From d21be4c5b1680448e5bc4cc9bd1afdeb3cd21f67 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 21 Aug 2023 09:04:58 +0100 Subject: [PATCH] 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")