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/pekko-persistence-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 62f16dd  test with pekko 1.1.1 (#142)
62f16dd is described below

commit 62f16dd725d3f066a08c8a2ca2da3e932d8efe27
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 10:28:26 2024 +0100

    test with pekko 1.1.1 (#142)
    
    * test with pekko 1.1.1
    
    * Update Dependencies.scala
    
    * Update Dependencies.scala
---
 project/Dependencies.scala        | 4 ++--
 project/PekkoCoreDependency.scala | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b71c69b..e338e8e 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -21,8 +21,8 @@ object Dependencies {
   val PekkoVersionInDocs = "1.1"
   val PekkoPersistenceJdbcVersion = "1.1.0-M1"
   val PekkoPersistenceR2dbcVersionInDocs = "1.0"
-  val PekkoProjectionVersion = "1.0.0"
-  val PekkoProjectionVersionInDocs = "1.0"
+  val PekkoProjectionVersion = "1.1.0-M1"
+  val PekkoProjectionVersionInDocs = "1.1"
 
   object Compile {
     val pekkoActorTyped = "org.apache.pekko" %% "pekko-actor-typed" % 
PekkoVersion
diff --git a/project/PekkoCoreDependency.scala 
b/project/PekkoCoreDependency.scala
index d395040..c5315bf 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.1.0-M1"
+  override val currentVersion: String = "1.1.1"
 }


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

Reply via email to