Update sbt-reproducible-builds and set check resolver to staging

This commit is contained in:
Matthew de Detrich 2023-07-28 14:47:48 +02:00 committed by Matthew de Detrich
parent 5655f0bcb2
commit 5fb79340f5
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,7 @@
* This file is part of the Apache Pekko project, which was derived from Akka. * This file is part of the Apache Pekko project, which was derived from Akka.
*/ */
import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
import org.apache.pekko._ import org.apache.pekko._
ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value
@ -24,6 +25,9 @@ commands := commands.value.filterNot { command =>
} }
} }
ThisBuild / reproducibleBuildsCheckResolver :=
"Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging/")
enablePlugins( enablePlugins(
UnidocRoot, UnidocRoot,
UnidocWithPrValidation, UnidocWithPrValidation,

View file

@ -24,7 +24,7 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0") addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30") addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.7") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.7")