From 2fed9098ddade9caf34baf0da51d2592154c2754 Mon Sep 17 00:00:00 2001 From: Tiago Mota Date: Tue, 21 Jun 2022 10:46:18 +0100 Subject: [PATCH] Update docs to v0.5.0-M8 release --- README.md | 8 ++++---- docs/index.md | 4 ++-- docs/migration.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index add8bbe5..9e38b228 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can read more about DAOs and schema variants in [the official documentation] To use `akka-persistence-postgres` in your SBT project, add the following to your `build.sbt`: ```scala -libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.5.0-M7" +libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.5.0-M8" ``` For a maven project add: @@ -29,7 +29,7 @@ For a maven project add: com.swissborg akka-persistence-postgres_2.13 - 0.5.0-M7 + 0.5.0-M8 ``` to your `pom.xml`. @@ -130,14 +130,14 @@ We provide you with an optional artifact, `akka-persistence-postgres-migration` ##### Add akka-persistence-migration to your project Add the following to your `build.sbt` ``` -libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M7" +libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M8" ``` For a maven project add: ```xml com.swisborg akka-persistence-postgres-migration_2.13 - 0.5.0-M7 + 0.5.0-M8 ``` to your `pom.xml`. diff --git a/docs/index.md b/docs/index.md index 60e0f533..7de2e96f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ The main goal is to keep index size and memory consumption on a moderate level w To use `akka-persistence-postgres` in your SBT project, add the following to your `build.sbt`: ```scala -libraryDependencies += "com.swisborg" %% "akka-persistence-postgres" % "0.5.0-M7" +libraryDependencies += "com.swisborg" %% "akka-persistence-postgres" % "0.5.0-M8" ``` For a maven project add: @@ -26,7 +26,7 @@ For a maven project add: com.swisborg akka-persistence-postgres_2.13 - 0.5.0-M7 + 0.5.0-M8 ``` to your `pom.xml`. diff --git a/docs/migration.md b/docs/migration.md index 8941d60c..e242d2f0 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -22,14 +22,14 @@ We provide you with an optional artifact, `akka-persistence-postgres-migration` #### Add akka-persistence-migration to your project Add the following to your `build.sbt` ``` -libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M7" +libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M8" ``` For a maven project add: ```xml com.swisborg akka-persistence-postgres-migration_2.13 - 0.5.0-M7 + 0.5.0-M8 ``` to your `pom.xml`.