Skip to content

Commit d541528

Browse files
committed
Release v0.5.0-M7
1 parent cc1b0ee commit d541528

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+4-4
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-M6"
24+
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.5.0-M7"
2525
```
2626

2727
For a maven project add:
2828
```xml
2929
<dependency>
3030
<groupId>com.swissborg</groupId>
3131
<artifactId>akka-persistence-postgres_2.13</artifactId>
32-
<version>0.5.0-M6</version>
32+
<version>0.5.0-M7</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-M6"
133+
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M7"
134134
```
135135
For a maven project add:
136136
```xml
137137
<dependency>
138138
<groupId>com.swisborg</groupId>
139139
<artifactId>akka-persistence-postgres-migration_2.13</artifactId>
140-
<version>0.5.0-M6</version>
140+
<version>0.5.0-M7</version>
141141
</dependency>
142142
```
143143
to your `pom.xml`.

docs/index.md

+2-2
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-M6"
21+
libraryDependencies += "com.swisborg" %% "akka-persistence-postgres" % "0.5.0-M7"
2222
```
2323

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

docs/migration.md

+2-2
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-
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M6"
25+
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.5.0-M7"
2626
```
2727
For a maven project add:
2828
```xml
2929
<dependency>
3030
<groupId>com.swisborg</groupId>
3131
<artifactId>akka-persistence-postgres-migration_2.13</artifactId>
32-
<version>0.5.0-M6</version>
32+
<version>0.5.0-M7</version>
3333
</dependency>
3434
```
3535
to your `pom.xml`.

0 commit comments

Comments
 (0)