Skip to content

Commit

Permalink
Update docs to v0.5.0-M8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomota committed Jun 21, 2022
1 parent 1bf2ebf commit 2fed909
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ 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:
```xml
<dependency>
<groupId>com.swissborg</groupId>
<artifactId>akka-persistence-postgres_2.13</artifactId>
<version>0.5.0-M7</version>
<version>0.5.0-M8</version>
</dependency>
```
to your `pom.xml`.
Expand Down Expand Up @@ -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
<dependency>
<groupId>com.swisborg</groupId>
<artifactId>akka-persistence-postgres-migration_2.13</artifactId>
<version>0.5.0-M7</version>
<version>0.5.0-M8</version>
</dependency>
```
to your `pom.xml`.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ 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:
```xml
<dependency>
<groupId>com.swisborg</groupId>
<artifactId>akka-persistence-postgres_2.13</artifactId>
<version>0.5.0-M7</version>
<version>0.5.0-M8</version>
</dependency>
```
to your `pom.xml`.
Expand Down
4 changes: 2 additions & 2 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.swisborg</groupId>
<artifactId>akka-persistence-postgres-migration_2.13</artifactId>
<version>0.5.0-M7</version>
<version>0.5.0-M8</version>
</dependency>
```
to your `pom.xml`.
Expand Down

0 comments on commit 2fed909

Please sign in to comment.