Skip to content

Commit

Permalink
Prepare 0.6.0-RC1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomota committed Aug 29, 2023
1 parent 9bd44bf commit 513e3ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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"
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres" % "0.6.0-RC1"
```

For a maven project add:
```xml
<dependency>
<groupId>com.swissborg</groupId>
<artifactId>akka-persistence-postgres_2.13</artifactId>
<version>0.5.0</version>
<version>0.6.0-RC1</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"
libraryDependencies += "com.swisborg" %% "akka-persistence-postgres" % "0.6.0-RC1"
```

For a maven project add:
```xml
<dependency>
<groupId>com.swisborg</groupId>
<artifactId>akka-persistence-postgres_2.13</artifactId>
<version>0.5.0</version>
<version>0.6.0-RC1</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"
libraryDependencies += "com.swissborg" %% "akka-persistence-postgres-migration" % "0.6.0-RC1"
```
For a maven project add:
```xml
<dependency>
<groupId>com.swisborg</groupId>
<artifactId>akka-persistence-postgres-migration_2.13</artifactId>
<version>0.5.0</version>
<version>0.6.0-RC1</version>
</dependency>
```
to your `pom.xml`.
Expand Down

0 comments on commit 513e3ca

Please sign in to comment.