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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 7624662 upgrade reproducible build plugin (#75)
7624662 is described below
commit 7624662e73fbcb5680d173fae9e68f4dbd426792
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 14 10:13:18 2023 +0100
upgrade reproducible build plugin (#75)
---
build.sbt | 4 ++++
project/build.properties | 2 +-
project/plugins.sbt | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/build.sbt b/build.sbt
index 1685b43..b7ea771 100644
--- a/build.sbt
+++ b/build.sbt
@@ -9,6 +9,7 @@
import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage
import org.apache.pekko.PekkoParadoxPlugin.autoImport._
+import
net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
import sbt.Keys._
ThisBuild / apacheSonatypeProjectProfile := "pekko"
@@ -22,6 +23,9 @@ commands := commands.value.filterNot { command =>
}
}
+ThisBuild / reproducibleBuildsCheckResolver :=
+ "Apache Pekko
Staging".at("https://repository.apache.org/content/groups/staging/")
+
lazy val `pekko-persistence-jdbc` = project
.in(file("."))
.enablePlugins(ScalaUnidocPlugin)
diff --git a/project/build.properties b/project/build.properties
index 2b95142..e83744e 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-sbt.version=1.9.2
+sbt.version=1.9.3
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 626cb0d..f151e79 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -18,9 +18,9 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" %
"0.7.0")
// release
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
-addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
+addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
-addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.8")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.10")
// docs
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]