This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new 20e0bd3c build with pekko-persistence-jdbc 1.3.0 (#515)
20e0bd3c is described below
commit 20e0bd3c2145c97fe7564670fc06eb064db2a7ba
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 22 16:21:25 2026 +0100
build with pekko-persistence-jdbc 1.3.0 (#515)
* build with pekko-persistence-jdbc 1.3.0
* Update build.sbt
* Remove Apache Maven Staging Repo from resolvers
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4d540d22..b9684e5e 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
object Versions {
val pekko = PekkoCoreDependency.version
- val pekkoPersistenceJdbc = "1.1.1"
+ val pekkoPersistenceJdbc = "1.3.0"
val pekkoPersistenceCassandra = "1.1.0"
val connectors = PekkoConnectorsDependency.version
val connectorsKafka = PekkoConnectorsKafkaDependency.version
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]