This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new b3dc2a2 pekko 2 based build (#371)
b3dc2a2 is described below
commit b3dc2a2da3c739f7372c94bc3e4a310cf5c4ec6b
Author: PJ Fanning <[email protected]>
AuthorDate: Thu May 14 17:30:22 2026 +0100
pekko 2 based build (#371)
* pekko 2 based build
* Update build.sbt
* Update currentVersion for PekkoProjectionDependency
---
build.sbt | 1 +
project/PekkoCoreDependency.scala | 2 +-
project/PekkoPersistenceJdbcDependency.scala | 2 +-
project/PekkoProjectionDependency.scala | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/build.sbt b/build.sbt
index 59d1151..4005ac6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -15,6 +15,7 @@ sourceDistIncubating := false
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
+ThisBuild / evictionErrorLevel := Level.Info
GlobalScope / parallelExecution := false
Global / concurrentRestrictions += Tags.limit(Tags.Test, 1)
diff --git a/project/PekkoCoreDependency.scala
b/project/PekkoCoreDependency.scala
index 61d5bd7..37903c6 100644
--- a/project/PekkoCoreDependency.scala
+++ b/project/PekkoCoreDependency.scala
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoCoreDependency extends PekkoDependency {
override val checkProject: String = "pekko-cluster-sharding-typed"
override val module: Option[String] = None
- override val currentVersion: String = "1.3.0"
+ override val currentVersion: String = "2.0.0-M2"
}
diff --git a/project/PekkoPersistenceJdbcDependency.scala
b/project/PekkoPersistenceJdbcDependency.scala
index 604c927..3e74071 100644
--- a/project/PekkoPersistenceJdbcDependency.scala
+++ b/project/PekkoPersistenceJdbcDependency.scala
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoPersistenceJdbcDependency extends PekkoDependency {
override val checkProject: String = "pekko-persistence-jdbc"
override val module: Option[String] = Some("persistence.jdbc")
- override val currentVersion: String = "1.1.1"
+ override val currentVersion: String = "2.0.0-M1"
}
diff --git a/project/PekkoProjectionDependency.scala
b/project/PekkoProjectionDependency.scala
index e6b1ae7..0c63d7e 100644
--- a/project/PekkoProjectionDependency.scala
+++ b/project/PekkoProjectionDependency.scala
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoProjectionDependency extends PekkoDependency {
override val checkProject: String = "pekko-projection-jdbc"
override val module: Option[String] = Some("projection")
- override val currentVersion: String = "1.1.0"
+ override val currentVersion: String = "2.0.0-M0+151-2799a92a-SNAPSHOT"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]