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-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f80a74  use latest pekko snapshots (#73)
6f80a74 is described below

commit 6f80a7457f7ead504c4198f4d8597c82e6e1d575
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Aug 15 07:16:46 2023 +0100

    use latest pekko snapshots (#73)
---
 build.sbt                  | 4 ++++
 project/Dependencies.scala | 4 ++--
 project/plugins.sbt        | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/build.sbt b/build.sbt
index 2f222b8..95f85f9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -7,6 +7,7 @@
  * This file is part of the Apache Pekko project, which was derived from Akka.
  */
 
+import 
net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
 import org.apache.pekko.projections.Dependencies
 
 ThisBuild / apacheSonatypeProjectProfile := "pekko"
@@ -20,6 +21,9 @@ commands := commands.value.filterNot { command =>
   }
 }
 
+ThisBuild / reproducibleBuildsCheckResolver :=
+  "Apache Pekko 
Staging".at("https://repository.apache.org/content/groups/staging/";)
+
 // TODO: Remove when Pekko has a proper release
 ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
 ThisBuild / updateOptions := updateOptions.value.withLatestSnapshots(false)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 57fc67a..8b75782 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -19,13 +19,13 @@ object Dependencies {
   val ScalaVersions = Seq(Scala213, Scala212)
 
   val PekkoVersionInDocs = "1.0.1"
-  val ConnectorsVersionInDocs = "0.0.0+140-7d704044-SNAPSHOT"
+  val ConnectorsVersionInDocs = "0.0.0+144-703e9cca-SNAPSHOT"
   val ConnectorsKafkaVersionInDocs = "1.0.0"
 
   object Versions {
     val pekko = sys.props.getOrElse("build.pekko.version", PekkoVersionInDocs)
     val pekkoPersistenceJdbc = "0.0.0+998-6a9e5841-SNAPSHOT"
-    val pekkoPersistenceCassandra = "0.0.0-1102-939e199d-SNAPSHOT"
+    val pekkoPersistenceCassandra = "0.0.0-1111-f170d7eb-SNAPSHOT"
     val connectors = ConnectorsVersionInDocs
     val connectorsKafka = 
sys.props.getOrElse("build.connectors.kafka.version", 
ConnectorsKafkaVersionInDocs)
     val slick = "3.3.3"
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 049e4e0..4d58800 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -12,9 +12,9 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % 
"0.7.0")
 addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
 
 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")
 
 // Documentation
 // allow access to snapshots for pekko-sbt-paradox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to