Skip to content

Commit fd43b00

Browse files
committed
Update documentation
1 parent 1080063 commit fd43b00

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ You can read more about DAOs and schema variants in [the official documentation]
2121
To use `akka-persistence-postgres` in your SBT project, add the following to your `build.sbt`:
2222

2323
```scala
24-
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.5.0-M1"
24+
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.5.0-M4"
2525
```
2626

2727
For a maven project add:
2828
```xml
2929
<dependency>
3030
<groupId>com.swissborg</groupId>
31-
<artifactId>akka-persistence-postgres_2.12</artifactId>
32-
<version>0.5.0-M1</version>
31+
<artifactId>akka-persistence-postgres_2.13</artifactId>
32+
<version>0.5.0-M4</version>
3333
</dependency>
3434
```
3535
to your `pom.xml`.
@@ -130,14 +130,14 @@ We provide you with an optional artifact, `akka-persistence-postgres-migration`
130130
##### Add akka-persistence-migration to your project
131131
Add the following to your `build.sbt`
132132
```
133-
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M1"
133+
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M4"
134134
```
135135
For a maven project add:
136136
```xml
137137
<dependency>
138138
<groupId>com.swisborg</groupId>
139-
<artifactId>akka-persistence-postgres-migration_2.12</artifactId>
140-
<version>0.5.0-M1</version>
139+
<artifactId>akka-persistence-postgres-migration_2.13</artifactId>
140+
<version>0.5.0-M4</version>
141141
</dependency>
142142
```
143143
to your `pom.xml`.

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ The main goal is to keep index size and memory consumption on a moderate level w
1818
To use `akka-persistence-postgres` in your SBT project, add the following to your `build.sbt`:
1919

2020
```scala
21-
libraryDependencies += "com.swisborg" %% "akka-persistence-postgres" % "0.5.0-M1"
21+
libraryDependencies += "com.swisborg" %% "akka-persistence-postgres" % "0.5.0-M4"
2222
```
2323

2424
For a maven project add:
2525
```xml
2626
<dependency>
2727
<groupId>com.swisborg</groupId>
28-
<artifactId>akka-persistence-postgres_2.12</artifactId>
29-
<version>0.5.0-M1</version>
28+
<artifactId>akka-persistence-postgres_2.13</artifactId>
29+
<version>0.5.0-M4</version>
3030
</dependency>
3131
```
3232
to your `pom.xml`.

docs/migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ We provide you with an optional artifact, `akka-persistence-postgres-migration`
2222
#### Add akka-persistence-migration to your project
2323
Add the following to your `build.sbt`
2424
```
25-
0-M1libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M1"
25+
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M4"
2626
```
2727
For a maven project add:
2828
```xml
2929
<dependency>
3030
<groupId>com.swisborg</groupId>
31-
<artifactId>akka-persistence-postgres-migration_2.12</artifactId>
32-
<version>0.5.0-M1</version>
31+
<artifactId>akka-persistence-postgres-migration_2.13</artifactId>
32+
<version>0.5.0-M4</version>
3333
</dependency>
3434
```
3535
to your `pom.xml`.

0 commit comments

Comments
 (0)