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


The following commit(s) were added to refs/heads/main by this push:
     new b9df49f  link to versioned docs (not current) (#225)
b9df49f is described below

commit b9df49fba1ae2730c086a2477f18dc1ceab7e71c
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 15:34:58 2024 +0100

    link to versioned docs (not current) (#225)
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5931cb0..b1db3fc 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -17,7 +17,7 @@ object Dependencies {
   val scalaVersions = Seq(scala212Version, scala213Version, scala3Version)
 
   val pekkoVersion = PekkoCoreDependency.version
-  val pekkoVersionInDocs = "1.0"
+  val pekkoVersionInDocs = PekkoCoreDependency.default.link
   val cassandraVersionInDocs = "4.0"
 
   // Should be sync with the version of the driver in Pekko Connectors 
Cassandra
@@ -25,7 +25,7 @@ object Dependencies {
   val driverVersionInDocs = "4.17"
 
   val pekkoConnectorsVersion = PekkoConnectorsDependency.version
-  val pekkoConnectorsVersionInDocs = "1.0"
+  val pekkoConnectorsVersionInDocs = PekkoConnectorsDependency.default.link
   // for example
   val pekkoManagementVersion = "1.1.0-M1"
 


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

Reply via email to