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


The following commit(s) were added to refs/heads/main by this push:
     new f2db1c465 Update Pekko version to 2.0.0-M2 (#1628)
f2db1c465 is described below

commit f2db1c465b2f6f7c7432429086ab29d38cfe1022
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 13 22:37:03 2026 +0100

    Update Pekko version to 2.0.0-M2 (#1628)
    
    * Update Pekko version to 2.0.0-M2
    
    * Add evictionErrorLevel setting to build.sbt
---
 build.sbt                         | 2 ++
 project/PekkoCoreDependency.scala | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 181257fdd..e8a06d348 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,6 +17,8 @@ ThisBuild / reproducibleBuildsCheckResolver := 
Resolver.ApacheMavenStagingRepo
 
 ThisBuild / javafmtFormatterCompatibleJavaVersion := 17
 
+ThisBuild / evictionErrorLevel := Level.Info
+
 lazy val userProjects: Seq[ProjectReference] = List[ProjectReference](
   amqp,
   avroparquet,
diff --git a/project/PekkoCoreDependency.scala 
b/project/PekkoCoreDependency.scala
index c127cb61c..37903c6d8 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 = "2.0.0-M1"
+  override val currentVersion: String = "2.0.0-M2"
 }


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

Reply via email to