This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch build in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git
commit 3a4eba4dcf45fa9cef557c2ade19652e2ea0ac22 Author: PJ Fanning <[email protected]> AuthorDate: Sat Aug 19 22:29:56 2023 +0100 update build --- build.sbt | 2 ++ project/build.properties | 2 +- project/plugins.sbt | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 2587fbb..cbe271e 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" 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]
