Skip to content

Commit

Permalink
Update latest version reference in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomota committed Feb 1, 2024
1 parent 1f20f33 commit a8f1582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.6.0-RC1"
libraryDependencies += "com.swisborg" %% "akka-persistence-postgres" % "0.6.0"
```

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

0 comments on commit a8f1582

Please sign in to comment.